/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@font-face {
    font-family: 'Georgia Regular';
    src: url('https://skydeck.berkeley.edu/wp-content/themes/bridge-child/assets/fonts/Georgia.eot');
    src: url('https://skydeck.berkeley.edu/wp-content/themes/bridge-child/assets/fonts/Georgia.eot?#iefix') format('embedded-opentype'),
    url('https://skydeck.berkeley.edu/wp-content/themes/bridge-child/assets/fonts/Georgia.woff') format('woff'),
    url('https://skydeck.berkeley.edu/wp-content/themes/bridge-child/assets/fonts/Georgia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.custom-container .section_inner {
    width: 1272px;
}

.georgia_page_title p {
    font-family: Georgia;
    font-size: 70px;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #15284b;
}

.skydeck_container .section_inner {
    width: 1272px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    body.boxed .wrapper_inner,
    body.boxed footer,
    body.boxed .header_inner,
    body.boxed .full_width .parallax_content,
    body.boxed .carousel-inner,
    body.boxed .footer_inner {
        width: 1000px;
    }

    body.boxed footer.uncover {
        width: 100%;
    }

    .container_inner,
    .boxed div.section .section_inner,
    div.grid_section .section_inner,
    .full_width .parallax_content,
    .steps_holder_inner,
    .carousel-inner .slider_content_outer,
    nav.content_menu ul,
    .container_inner nav.content_menu,
    .footer_top_border.in_grid,
    .footer_bottom_border.in_grid,
    .title_border_in_grid_holder {
        width: 950px;
    }
}

.featuredNews_container .section_inner {
    border-top: solid 5px #fdb515;
    border-bottom: solid 5px #fdb515;
    width: 1272px;
    padding: 12px 0 0;
}

.featuredNews_container .featuredNews_title p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.17;
    text-align: left;
    color: #15284b;
}

@media screen and (max-width: 768px) {
    .featuredNews_container .featuredNews_title p {
        margin-bottom: 10px;
    }
}

.featuredNews_meta {
    font-family: 'Nunito Sans', sans-serif;
    display: flex;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.4;
    text-align: left;
    color: #707070;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    padding: 25px 0 0 12px !important;
}
@media screen and (max-width: 768px){
    .featuredNews_meta, .post-card_meta {
        flex-wrap: wrap;
        gap: 5px;
    }
}

.featuredNews_meta > div {
    margin-bottom: 0;
    padding-bottom: 0;
}
.featuredNews_meta .featuredNews_meta_name, .featuredNews_meta .featuredNews_meta_category {
    padding-right: 8px;
}

.featuredNews_meta a {
    color: #00b0da !important;
}

.featuredNews_meta_name {
    position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1000px){
    .featuredNews_meta_name, .featuredNews_meta a, .featuredNews_meta_date {
        white-space: pre;
    }

    .featuredNews_meta_date {
        margin-left: -2px;
    }
}

.featuredNews_meta_name > div {
    padding-left: 18px !important;
}

.featuredNews_meta_name:before {
    content: 'BY';
    position: absolute;
    left: 0;
}

.featuredNews_meta_category {
    position: relative;
}

.featuredNews_meta_category > div > span {
    padding-left: 5px !important;
}

.featuredNews_meta_category:before {
    content: '/';
    position: absolute;
}

.featuredNews_content {
    padding: 5px 12px 20px !important;
}

.featuredNews_content .vc_gitem-post-data-source-post_title {
    margin-bottom: 8px;
}

.featuredNews_content .vc_gitem-post-data-source-post_title a {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #15284b;
}

.featuredNews_content .vc_gitem-post-data-source-post_excerpt p {
    font-family: 'Nunito Sans', sans-serif;
    display: flex;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #545454;
}

@media screen and (min-width: 1000px) {
    .featuredNews_leftColumn > .vc_column-inner {
        padding-left: 3px;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .featuredNews_leftColumn > .vc_column-inner {
        padding-left: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 768px){
    .featuredNews_container .vc_col-sm-2 {
        width: 100%;
    }
}

.categorySection .section_inner {
    border-bottom: solid 5px #ffb700;
}

.categorySection.noBorder .section_inner {
    border-bottom: none;
}


.post-list_title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #15284b;
    margin-bottom: 20px;
}

.post-list_title a {
    font-weight: 900;
    color: #15284b !important;
}

@media screen and (min-width: 768px) {
    .swiper-post-list .post-card {
        width: 340px;
    }
}

.swiper-post-list .post-card {
    height: auto;
    padding-bottom: 25px;
}

.post-card_images img {
    width: 100%;
    height: 100%;
}

.post-card_meta {
    font-family: 'Nunito Sans', sans-serif;
    display: flex;
    column-gap: 8px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.4;
    text-align: left;
    color: #707070;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    padding: 25px 0 0 12px !important;
}

.post-card_meta-name a {
    padding-left: 3px;
}

.post-card_meta-name a, .post-card_meta-cat a {
    color: #00b0da !important;
}

.post-card_title {
    display: flex;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #15284b !important;
    padding: 5px 12px 5px 12px;

}

.post-card_description p {
    font-family: 'Nunito Sans', sans-serif;
    display: flex;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #545454;
    padding: 0 12px 0 12px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.post-card_all-posts {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .post-card_all-posts {
        padding: 0 40px 0 0;
    }
}

.all-posts-button {
    width: 100%;
    height: 100%;
    border: 5px #ffb700 solid;
}

.all-posts-button a {
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.38;
    font-size: 16px;
    text-align: center;
    letter-spacing: normal;
    color: #15284b !important;
    font-weight: 700;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    opacity: .8;
    transition: opacity .3s linear;
}

.all-posts-button a span {
    width: 50px;
    height: 50px;
    background-color: #ffb700;
    border-radius: 50px;
    padding: 12px;
    margin-right: 20px;
}

.all-posts-button a:hover {
    cursor: pointer;
    opacity: 1;
}

.swiper-object {
    position: relative;
}

.swiper-object .swiper-button-prev, .swiper-object .swiper-button-next {
    width: 35px;
    height: 35px;
    background: #ffb700;
    border-radius: 50px;
    top: 100px;
    transition: all .1s linear;
}

.swiper-object .swiper-button-prev:active, .swiper-object .swiper-button-next:active {
    width: 32px;
    height: 32px;
}

.swiper-object .swiper-button-prev {
    left: -17px;
}

.swiper-object .swiper-button-next {
    right: -17px;
}

.swiper-object .swiper-button-prev:after, .swiper-object .swiper-button-next:after {
    color: #15284b;
    font-size: 12px;

}

.inner > ul {
    background-color: rgba(21, 40, 75, 1) !important;
}

.inner > ul > li > a > span {
    color: #ffffff !important;
}

.inner > ul > li:hover > a > span {
    color: rgb(255, 183, 0) !important;
}

#menu-header_menu > li > a > .plus {
    display: none;
}

#menu-header_menu > li > a {
    display: flex;
    flex-direction: column;
}

#menu-header_menu > li > a > span:nth-child(2) {
    margin-bottom: 5px;
}

#menu-header_menu > li:hover > a > .plus {
    display: block;
    margin-left: -4px;
}

.header_bottom_widget {
    /*margin-top: 17px;*/
    height: 100%;
    display: inline-block;
}

/* ALGOLIA SEARCH : button + popup */
.ais-Highlight-highlighted {
    /*background-color: red;*/
}

.search_btn_header {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-left: 20px;
    color: #fff;
    cursor: pointer;
    vertical-align: bottom;
}

.search_btn_header:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 22px;
    height: 22px;
    background-size: cover;
    background-image: url('/wp-content/themes/bridge-child/assets/img/icon_search.svg');
}

.sd_search_popup {
    display: none;
    z-index: 1100;
    position: fixed;
    top: 100px;
    right: 125px;
    width: 555px;
    padding: 40px;
    box-shadow: 6px 12px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #15284b;
    background-color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    max-height: 85%;
}

.sd_popup_close {
    cursor: pointer;
    position: absolute;
    height: 19px;
    width: 19px;
    right: 17px;
    top: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/wp-content/themes/bridge-child/assets/img/cross_orange.svg');
    background-color: transparent;
}

.sd_search_input_wrapper {
    margin-top: 71px;
    width: 100%;
    position: relative;
    border-bottom: solid 2px #ffb700;
}

.sd_search_popup .ais-SearchBox-input {
    font-weight: 300;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: 1.1px;
    color: #a4a4a4;
    padding-right: 30px;
    width: 100%;
    border: none;
    outline: none !important;
}

.sd_search_popup .ais-SearchBox-input:focus,
.sd_search_input:focus-visible {
    outline: none !important;
}

.sd_search_popup .ais-SearchBox-submit {
    position: absolute;
    top: 1px;
    right: 4px;
    position: absolute;
    border: none;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-color: transparent;
    background-size: cover;
    background-image: url('/wp-content/themes/bridge-child/assets/img/icon_search_black.svg');
}

.sd_search_popup .ais-SearchBox-submitIcon,
.sd_search_popup .ais-SearchBox-reset {
    display: none;
}

.sd_search_popup mark {
    padding: 0.2em 0;
}

.search_suggestions span {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin-right: 15px;
}

#sd_search_popular > div {
    margin: 0;
}

.sd_search_popular div {
    color: #0d91d9;
    font-size: 16px;
    font-weight: 900;
    margin: 0 0 7px;
}

.sd_search_popular > div:first-child {
    margin: 10px 0 0;
}

.sd_search_popular a,
.sd_search_popular a:link {
    font-size: 22px;
    font-weight: bold;
    /*border-bottom: solid 2px #ffb700;*/
    display: inline-block;
    text-decoration: none;
    margin: 13px 30px 0 0;
    padding-bottom: 1px;
    color: #15284b !important;
}

ul.ais-Menu-list {
    list-style-position: unset;
    display: flex;
    flex-wrap: wrap;
}

ul.ais-Menu-list li {
    list-style-type: none;
}

ul.ais-Menu-list li > div {
    margin: 0;
}

.ais-Menu-label {
    font-size: 20px;
}

.ais-Menu-count {
    display: none;
}

.ais-Menu-item--selected a {
    border-bottom: solid 2px #ffb700;
}

.sd_search_res {
    overflow-y: auto;
    max-height: 300px;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media (max-height: 775px) {
    .sd_search_res {
        max-height: 245px;
    }
}

.ais-Hits-item {
    margin-top: 20px;
    padding-right: 10px;
}

.ais-Hits-item a {
    font-size: 16px;
    font-weight: bold;
    line-height: 130%;
}

.ais-Hits-item .item_info {
    font-size: 14px;
    color: #aaa;
}

.ais-Hits-item p {
    font-size: 16px;
    line-height: 130%;
}

.ais-Hits-item a,
.ais-Hits-item a mark {
    color: #0d91d9 !important;
}

.search_btn_header:hover {
    color: #0d91d9;
}


.center-btn {
    display: block;
    height: 42px;
    line-height: 46px;
    max-width: 203px;
    width: 100%;
    margin: 0 auto;
}

.br-50 img {
    border-radius: 50%;
}

.h-203 img {
    height: 203px;
    border-radius: 50%;
}

.wpsm_panel-group .collapse:not(.show) {
    display: none;
}

.wpsm_panel-group .collapse.in {
    display: block;
}

.wpsm_panel-group h4 a {
    outline: none !important;
}

.mega-accordion h3:focus,
a:focus,
input:focus,
button:focus {
    outline: 0.5px solid !important;
}

.wpsm_panel-group h4 a:focus {
    border: 1px solid !important;
}

html.clicking .wpsm_panel-group h4 a:focus {
    border: 1px solid transparent !important;
}

html.clicking a:focus,
html.clicking .mega-accordion h3:focus,
html.clicking .q_logo img:focus,
html.clicking button:focus {
    outline: none !important;
}

html.clicking .q_logo a:focus img {
    border: 1px solid transparent !important;
}

/*** Header ***/
.header_inner {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

body .content {
    padding-top: 53px !important;
}

@media (min-width: 1001px) and (max-width: 1199px) {
    body .content {
        padding-top: 110px !important;
    }
}

@media (max-width: 1000px) {
    body .content {
        padding-top: 100px !important;
    }
}

.q_logo img {
    max-width: 364px;
    height: auto !important;
    transform: translate(0, 50%);
    border: 1px solid transparent;
}

.q_logo a:focus {
    outline: 0 !important;
}

.q_logo a:focus img {
    border: 1px solid #fff;
}

.q_logo img.light,
.q_logo img.dark,
.q_logo img.sticky,
.q_logo img.mobile {
    display: none;
}

.q_logo a {
    z-index: 9999;
}

header .header_inner_left {
    left: 0;
}

.mobile_menu_button {
    margin-left: 42px
}

.header_top_bottom_holder {
    background-color: #15284b;
}

.q_logo .light, .q_logo .dark, .q_logo .sticky {
    display: none !important;
}

nav.main_menu {
    position: absolute;
    z-index: 100;
    text-align: left;
    top: 4px;
    right: 250px;
    left: unset;
}

nav.main_menu > ul {
    left: 0;
    position: relative;
}

.drop_down .narrow .second .inner ul li {
    width: 196px !important;
}

#menu-header_menu .second .inner {
    top: 21px;
    left: -17px;
}

#menu-header_menu .second .inner a:hover span {
    color: #2277A5;
}

#menu-header_menu li:hover {
    transition: none !important;
}

nav.main_menu > ul > li > a {
    transition-delay: 0s !important;
    transition: none !important;

}

#menu-header_menu li a {
    font-size: 14px;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.8px;
}

@media only screen and (min-width: 768px) {
    .header_bottom_right_widget_holder {
        padding-left: 0px;
        display: block;
    }
}

#menu-header_menu li {
    margin-top: 31px;
}

#menu-header_menu li a {
    padding: 0px 8px;
}

#menu-header_menu li.menu-item-has-children a {
    padding: 0 21px 0 8px;
}

#menu-header_menu li.menu-item-has-children span.plus {
    position: relative;
}

.menu-item-has-children.has_sub .plus::after {
    position: absolute !important;
    top: 50% !important;
    transform: translate(0, -50%) !important;
}

#menu-header_menu li:first-child a {
    padding-left: 0px;
}

#menu-header_menu li:last-child a {
    padding: 0 13px 0 8px;
}

#menu-header_menu-1 li a {
    padding-left: 10px;
}

#menu-header_menu-1 a span {
    color: #ffffff;
}

#menu-header_menu-1 li.active a.current span {
    color: #ffb700;
}

#menu-header_menu li.active .plus:after {
    background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-angle-down fa-w-8 icon desktop-down-icon' aria-hidden='true' data-prefix='fal' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' data-fa-i2svg=''%3E%3Cpath fill='%232277A5' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'%3E%3C/path%3E%3C/svg%3E");
}

header nav.main_menu > ul > li:hover > a,
header nav.main_menu > ul > li.active > a {
    color: #ffb700;
}

header #menu-header_menu li.menu-item-has-children:hover > a > .plus:after,
header #menu-header_menu li.menu-item-has-children.active > a > .plus:after {
    background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-angle-down fa-w-8 icon desktop-down-icon' aria-hidden='true' data-prefix='fal' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' data-fa-i2svg=''%3E%3Cpath fill='%23ffb700' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'%3E%3C/path%3E%3C/svg%3E");
}

header .drop_down_start .menu-item-object-custom span:hover {
    color: #ffb700;
}

header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a {
    opacity: 1 !important;
}

#menu-header_menu-1 .mobile_arrow .fa-angle-right {
    color: #ffffff;
}

.drop_down_start .menu-item-object-custom span.plus:after {
    content: '' !important;
}

.drop_down_start .menu-item-object-custom span {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #707070;
    text-transform: capitalize;

}

.drop_down_start .menu-item-object-custom span:hover {
    color: #2277A5;
}

.drop_down_start ul li.menu-item-object-custom:first-child {
    margin-top: 0px !important;
}

.drop_down_start ul li.menu-item-object-custom {
    margin-top: 8px !important;
}

.drop_down_start ul li.menu-item-object-custom a {
    padding: 0 13px 0 21px !important;
    text-align: left;
}

.drop_down_start ul {
    /*padding-top: 17px !important;*/
}

.drop_down_start .inner {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33);
    background-color: #ffffff;
}

.full-alumi-section .home-block-title h3, .home-block-title h3 {
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 1.2;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: transparent;
    bottom: -65px;
    color: #15284b !important;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok:before {
    color: #15284b !important;
}

.contact-section .wpcf7-submit:hover {
    background-color: rgba(255, 183, 0, 0.7) !important;
    color: #303030 !important;
}

.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 20px;
    bottom: 100%;
    font-size: 14px !important;
    line-height: 1;
    margin-top: 10px;
}

.wpcf7-form-control-wrap.your-email {
    display: block;
}

.wpcf7-validation-errors {
    display: none !important;
}

.header_bottom.clearfix {
    padding-right: 0px;
    max-width: 1440px;
    padding-left: 0px;
    margin: 0 auto;
}

.header-apply-button {
    border: 1px solid #ffb700;
}

.header-apply-button:hover {
    color: #15284b;
    background-color: #ffb700;
}

#header-apply-button, #header-give-button {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    margin-top: -26px;
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .q_logo img {
        top: -31%;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    #header-apply-button, #header-give-button {
        margin-top: 0;
    }

    .q_logo a {
        left: -100%;
    }
}

#header-apply-button {
    padding: 0 28px;
    margin-right: 16px;
}

#header-give-button {
    padding: 0 35px;
}

/*** Header ***/

/*** Common ***/

img {
    image-rendering: auto;
}

.content_width-section {
    max-width: 1326px;
    margin: 0 auto;
}

.section-banner-text p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
}

.home-investors-title h3, .home-investors-subtitle p {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

.home-blocks-title h3 {
    margin-top: 98px;
    font-weight: 900;
    line-height: 1.17;
}

.home-investors-subtitle p {
    line-height: 0.9;
}

.home-testimonial-slider .owl-nav,
.testimonialSlider .owl-nav {
    opacity: 0;
    transition: all 0.2s;
}

.home-testimonial-slider .owl-stage-outer:hover ~ .owl-nav,
.testimonialSlider .owl-stage-outer:hover ~ .owl-nav {
    opacity: 1;
}

.home-testimonial-slider .owl-nav .owl-prev, .home-testimonial-slider .owl-nav .owl-next,
.testimonialSlider .owl-nav .owl-prev, .testimonialSlider .owl-nav .owl-next {
    top: 72px;
    height: 52px;
}

.home-testimonial-slider .owl-nav .owl-prev:before, .home-testimonial-slider .owl-nav .owl-next:before {
    font-size: 78px;
    padding-left: 4px;
}

.home-block-title {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 756px;
    margin: 98px auto 0 auto;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #15284b;
}

.home-block-title h3 {
    font-weight: 900;
}

.home-block-subtitle {
    margin: 0 auto;
    max-width: 756px;
    padding: 5px 15px 75px;
}

.home-block-subtitle p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
}

.pt-50 {
    padding-top: 50px;
}

.inv-mrg {
    margin-bottom: 117px !important;
}

.circle-mt-btn {
    max-width: 135px;
    margin-bottom: 66px;
}

.home-circles-title {
    max-width: 851px;
    padding: 0 30px 0 30px;
    margin: auto;
}

.home-circles-title h3 {
    line-height: 1.36;
    letter-spacing: normal;
}

/*** Common ***/

/*** 404 page ***/

.error404 .title_subtitle_holder {
    display: none;
}

.page_not_found .qbutton {
    font-size: 16px;
    font-weight: 400;
    display: block;
    height: 42px;
    line-height: 44px;
    max-width: 174px;
    width: 100%;
    padding: 0px 23px;
    border: solid 1px #15284b;
    border-radius: 0;
    margin: 0 auto;
}

.page_not_found .qbutton:hover {
    color: #ffffff;
    background-color: #15284b;
    border: solid 1px #15284b;
}

/*** 404 page ***/

/* Home investors grid */

.investors-grid-wrap > div:first-child {
    max-width: 1296px;
    margin: 0 auto;
    border-top: 5px solid #ffb700;
}

.investors-grid-wrap {
    background-color: #ffffff;
}

.investors-title-col .vc_column-inner, .partners-title-col .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.investors-title-col {
    margin-top: 67px;
    max-width: 400px;
}

.investors-title-col h2, .partners-title-grid h2 {
    font-family: 'Georgia', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #15284b;
}


.investors-grid-col .block-logos-grid {
    margin-top: 17px;
    margin-right: -32px;
    max-width: 764px;
}

.investors-grid-col .block-logos-grid img,
.partners-grid-col .block-logos-grid img {
    max-width: 150px;
    max-height: 100px;
}

.block-logos-grid {
    max-width: 764px;
    margin: 0;
    float: right;
}

.grid-logo {
    padding-bottom: 22px
}

.grid-logo .wpb_single_image .wpb_wrapper {
    text-align: right;
}

.investors-grid-col .vc_column-inner, .partners-grid-col .vc_column-inner {
    padding: 0;
}

.partners-grid-col {
    max-width: 848px;
    border-top: 5px solid #ffb700;
}

.partners-title-col {
    margin: 29px 48px 0 0;
    max-width: 400px;
}

.partners-grid-wrap > div:first-child {
    max-width: 1296px;
    margin: 116px auto 0 auto;
}

.partners-grid-wrap {
    background-color: #ffffff;
}

.partners-grid-title p {
    font-size: 15px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
}

.partners-grid-btn {
    display: block;
    height: 42px;
    line-height: 44px;
    max-width: 205px;
    width: 100%;
    padding: 0 23px;
    border: solid 1px #15284b;
    margin-top: 74px;
}

.partners-mobile-title-grid {
    display: none;
}

.partners-mobile-grid-btn {
    display: none;
}

/* Home investors grid */

/*Partner overview page*/

.page-template-template-partner-overview {

}

.partner-overview-email-section {
    max-width: 1440px;
    width: 100%;
    background-color: #ffb700;
    margin: 0 auto;
    padding: 46px 0 45px 0;
}

.partner-overview-email-section-title {
    max-width: 308px;
}

.partner-overview-email-section-title h3 {
    font-family: 'Georgia', sans-serif;
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #15284b;
    margin-left: 90px;
}

div.partner-overview-email-section-desc p {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #15284b;
}

div.partner-overview-email-section-desc a:hover {
    color: #1a0dab !important;
}

/*Partner overview page*/

/*Donor page*/

.page-template-template-donor, .page-template-template-partner-overview {
    padding-top: 0px !important;
}

.page-template-template-donor footer, .page-template-template-partner-overview footer {
    display: none;
}

.page-template-template-donor .test-image-page {
    width: 100%;
    height: 3650px;
    margin: 0 auto;
}

.donor-footer, .donor-header {
    min-height: 193px;
    background-color: #15284b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.donor-header-btn {
    margin-top: 24px;
}

.donor-footer-btn {
    margin-bottom: 24px;
}

.donor-footer-btn, .donor-header-btn {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 49px;
    letter-spacing: 0.8px;
    text-align: center;
    color: #15284b !important;
    background-color: #ffb700;
    height: 46px;
    display: block;
    max-width: 228px;
    padding: 0 39px;
}

.donor-video-section {
    max-width: 1203px;
    margin: 0 auto;
    padding: 61px 0 50px 0
}

.donor-video-section > .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    padding-left: 123px;
}

.donor-video-text {
    max-width: 277px;
}

.donor-video {
    max-width: 768px;
    width: 100%;
}

.donor-video-section h3 {
    font-family: 'Georgia', sans-serif;
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #15284b;
}

/*Donor page*/

/* Apply Select */

.dropbtn {
    color: rgb(21, 40, 75);
    font-style: normal;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0.8px;
    border-radius: 0px;
    background-color: rgb(255, 183, 0);
    height: auto;
    line-height: normal;
    border: none;
    padding: 12px 37px;

}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    width: 100%;
    display: none;
    position: absolute;
    background-color: #ededed;
    min-width: 160px;
    padding: 10px 0 10px 0;
    z-index: 50;
}

.dropdown-content a span:hover {
    color: #ffb700;
}

.dropdown-content a span {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}

.dropdown-content a {
    color: black;
    padding: 4px 16px;
    text-decoration: none;
    display: flex;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: rgba(255, 183, 0, 0.7);
}

/* Apply Select */

/* home main slider */

.home-first-slide .tp-bgimg {
    background-position: center center !important;
}

/* home main slider */

/*** Qode slider ***/

.carousel-inner .slider_content_outer,
.carousel-inner .slider_content,
.carousel-inner .slider_content * {
    top: -6%;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    text-align: center !important;
}

.carousel-indicators {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;

}

ol.carousel-indicators {
    display: block !important;
    opacity: 1;
}

/*** Qode slider ***/

/*** Single testimonial ***/

.single_testimonial_content_inner {
    text-align: center;
    max-width: 294px;

}

.single_testimonial_image_holder {
    margin: 0 auto 39px;
    max-width: 204px;
    border-radius: 100%;
}

.single_testimonial_title_holder h4 {
    font-weight: 700;
    line-height: 1.36;
    letter-spacing: normal;
    font-stretch: normal;
}

.single_testimonial_icon_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    max-width: 204px;
    margin: auto;
}

.single_testimonial_icon, .single_testimonial_icon_mail {
    height: 21px;
    width: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;

}

.testim-linkedin {
    filter: invert(1) brightness(0) invert(99%) sepia(1%) saturate(7451%) hue-rotate(185deg) brightness(116%) contrast(86%);
    background-image: url(assets/img/LinkedIn.svg);
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
}

.testim-has-link:hover {
    filter: invert(1) brightness(0) invert(68%) sepia(40%) saturate(1016%) hue-rotate(359deg) brightness(102%) contrast(104%);
}

.single_testimonial_icon {
    background-color: #ededed;
    top: -55px;
    right: 0;
}

.single_testimonial_icon_mail {
    top: -56px;
    right: -33px;
}

.single_testimonial_content_inner .single_testimonial_icon {
    background-color: transparent;
}

.single_testimonial_content_inner .qode_icon_font_awesome.fa.fa-linkedin {
    font-size: 24px;
}

.single_testimonial_content_inner .qode_icon_font_awesome.fa.fa-linkedin:before {
    content: "\f08c";
    color: #ededed;
}

.single_testimonial_icon_mail {
    background-image: url(assets/img/Mail-200.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
}

.single_testimonial_icon_mail:hover {
    filter: invert(1) brightness(0) invert(68%) sepia(40%) saturate(1016%) hue-rotate(359deg) brightness(102%) contrast(104%);
    cursor: pointer;
}

.single_testimonial_content_inner .fa.fa-envelope-o:before {
    display: none;
}

.single_testimonial_content_inner .qode_icon_font_awesome.fa.fa-linkedin:hover:before {
    color: #ffb700;
}

.single_testimonial_text_holder {
    position: relative;
    display: block;
}

.single_testimonial_text_inner p:not(.single_testimonial_author) {
    min-height: 44px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    color: #2277A5;
}

p.single_testimonial_author {
    min-height: 46px;
}

.single_testimonial_author {
    color: #545454;
    font-weight: 400;
    font-size: 15px;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
}

/***  Single testimonial ***/

.testimonials_c_holder .testimonial_content .testimonial_content_inner {
    background-color: #f8f8f8;
}

.testimonials_c_carousel ol.flex-control-nav li a.flex-active {
    border: solid 2px #15284b;
    background-color: #15284b;
}

.testimonials_c_carousel ol.flex-control-nav li a:not(.flex-active) {
    background-color: #ffffff;
    border: solid 2px #15284b;
}

.custom-section.teamTestmonials .full_section_inner {
    position: relative;
    z-index: 20;
    display: flex;
    flex-flow: row wrap;
}

/*** Program circle section ***/

.prg-circle-content-col .block-sircle {
    max-width: 600px;
    /* padding: 35px 0 0 0; */
}

.prg-circle-content-col .conteinet-info {
    position: unset;
    z-index: 500;
}

.program-circle-content .single_testimonial_text_holder {
    margin-top: 46px;
}

.prg-circle-content-col .conteinet-info .conteinet-info-article > tspan {
    padding-bottom: 10px;
    color: #15284b;
    padding-left: 19px;
    position: relative;
}

.prg-circle-content-col .conteinet-info .conteinet-info-article > tspan > tspan {
    position: absolute;
    left: 0;
    color: #15284b;
    font-size: 22px;
    top: -6px;
}

.prg-cust-heading p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px !important;
    font-weight: 900 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33 !important;
    letter-spacing: normal;
    color: #2277A5;
}

.prg-circle-content-col .conteinet-info .conteinet-info-article {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: normal;
    display: flex;
    flex-direction: column;
}

.prg-circle-content-col .position-left {
    display: none;
    padding: 34px 0px 0px 15px;
}

/*** Program circle modal ***/
.prg-circle-content-col .content-container-circle {
    flex-direction: column;
}

.prg-circle-content-col .position-left .single_testimonial_content_inner {
    float: left;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
    position: relative;
    max-width: 391px;
    margin-top: -31px;
}

.prg-circle-content-col .position-left .single_testimonial_image_holder {
    width: 160px;
    height: auto;
    margin: 0;
}

.prg-circle-content-col .position-left .single_testimonial_text_holder {
    text-align: left;
    left: 10px;
}

.prg-circle-content-col .position-left .conteinet-info-article {
    display: inline-flex;
    float: left;
    width: 100%;
    max-width: 360px;
}

.prg-circle-content-col .position-left .single_testimonial_text_holder {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    padding-left: 3px;
}

.prg-circle-content-col .position-left .single_testimonial_text_inner p:not(.single_testimonial_author) {
    font-size: 12px;
    min-height: 36px;
}

.prg-circle-content-col .position-left .single_testimonial_text_inner .single_testimonial_author {
    font-size: 13px;
    line-height: 1.38;
    font-stretch: normal;
    min-height: 46px;
}

/*** Program circle modal ***/

.prg-circle-content-col .vc_column-inner > div:first-child {
    padding-left: 6px;
}

.program-circle-content .container {
    min-height: 658px;
}

.program-circle-content .position-left {
    /* margin-top: 22px; */
    left: unset;
    max-width: 848px;
    min-height: 250px;
    border-top: 5px solid #ffb700;
    /*margin-bottom: 111px;*/
}

.program-circle-content .position-left .conteinet-info-header {
    margin-bottom: 16px;
}

.program-circle-content .position-left .single_testimonial_text_holder h4 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    padding-bottom: 7px;
    letter-spacing: normal;
}

.prg-circle-title-col h2 {
    font-family: 'Georgia', sans-serif;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
}

.prg-circle-content-col p {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
}

.prg-circle-testimonials {
    display: none !important;
}

/* circle block program */
.program-circle-content .position-left {
    flex-direction: row;
    flex-wrap: wrap;
}

.program-circle-content .conteinet-info-header {
    flex-basis: 100%;
}

.program-circle-content .conteinet-info-article {
    flex-basis: 50%;
}

.program-circle-content .single_testimonial_content_inner {
    flex-basis: 50%;
    margin-left: 0 !important;
}

/* new program circle */
.program-circle-section_new .program-circle-content .position-left {
    flex-direction: column;
    max-width: 400px;
    position: absolute;
    left: -430px;
    min-height: 267px;
    /*padding: 29px 19px 55px 19px;*/
}

.program-circle-section_new .prg-circle-content-col .position-left .conteinet-info-article {
    margin-bottom: 43px;
    min-height: 135px;
}

.program-circle-section_new .prg-circle-content-col .position-left .single_testimonial_content_inner {
    margin-top: 28px;
}

.program-circle-content .position-left .single_testimonial_text_holder h4 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 0;
}

.program-circle-section_new .program-circle-content .single_testimonial_text_holder {
    margin-top: 18px;
}

.program-circle-section_new .prg-circle-content-col .position-left .single_testimonial_text_inner .single_testimonial_author {
    min-height: unset;
    font-size: 11px;
}

.program-circle-section_new .prg-circle-content-col .position-left .single_testimonial_text_inner p:not(.single_testimonial_author) {
    font-size: 10px;
    min-height: auto;
    margin-bottom: 8px;
}

/*** Program circle section **

/*** Text Block Show More ***/

div.show-more-container {
    margin-top: 52px;
}

.hideContent {
    overflow: hidden;
    line-height: 1.33;
    height: 70px;
}

.showContent {
    line-height: 1.33;
    height: auto;
}

.showContent {
    height: auto;
}

.show-more {
    /*padding: 10px 0;*/
    font-size: 18px;
    line-height: 1.33;
    font-weight: 400;
    color: #00b0da;
    text-align: left;
    cursor: pointer;
}

.show-more-container h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35;
    text-align: left;
    color: #15284b;
    display: inline-block;
}

.show-more-container .content-show-more {
    margin-top: 10px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    color: #15284b;
}

/*** Text Block Show More ***/

/*** Home page ***/

ol.carousel-indicators.skrollable.skrollable-between li {
    height: 16px !important;
    width: 16px !important;
    border: solid 2px #ffffff !important;
    background-color: transparent;
}

ol.carousel-indicators.skrollable.skrollable-between li.active {
    background-color: #ffffff !important;
    height: 16px !important;
    width: 16px !important;
    border: solid 2px #ffffff !important;
}

.carousel-indicators li:not(.active) {
    height: 16px !important;
    width: 16px !important;
    border: solid 2px #ffffff !important;
    background-color: transparent;
}

.carousel-indicators li {
    height: 16px !important;
    width: 16px !important;
    border: solid 2px #ffffff !important;
}

.testimonials_c_carousel ol li a.flex-active {
    background-color: #15284b;
}

.home-map-section {
    display: none;
}

.map-subtitle .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.map-subtitle .wpb_wrapper .wpb_text_column p {
    margin-left: 9px;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #15284b;
}

/*** Home alumni section ***/

.home-alumni-title {
    max-width: 786px;
    padding: 0 30px;
    margin: 0 auto;
}

.home-alumni-title h3 {
    font-size: 25px;
    font-weight: 900;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
}

.home-alumni-section h5 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 900;
    font-style: normal;
    color: #15284b;
}

.home-alumni-section div.vc_single_image-wrapper {
    margin-top: 10px;
    max-width: 240px;
}

.alumni-wrap-col .wpb_single_image .wpb_wrapper {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-height: 149px;
    background: white;
}

.alumni-wrap-col .vc_single_image-wrapper img {
    width: 100%;
}

.home-alumni-section .vc_column-inner {
    max-width: 300px;
    margin: auto;
}

.home-alumni-section div.vc_column-inner {
    padding-top: 0px;
}

.alumi-chirp {
    position: relative;
    top: 62px;
}

.alumi-symb {
    position: relative;
    top: 56px;
}

.alumi-zephyrs {
    position: relative;
    top: 31px;
}

.stream-wrap {
    padding-right: 12px;
    padding-left: 13px;
}

.first-alumni-block {
    margin-top: 35px;
}

.first-alumni-block .stream-desc, .second-alumni-block .stream-desc {
    min-height: 40px;
    margin-bottom: 6px;
}

.third-alumni-block .stream-desc {
    min-height: 65.4px;
    margin-bottom: 2.6px;
}

.stream-block {
    border-top: 1px solid #707070;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.stream, .stream-desc {
    display: inline-block;
}

.stream {
    padding-top: 2px;
    min-width: 72px;
}

.sp-alumni-block .stream-desc p:last-child {
    margin-top: 18px;
}

.stream-desc {
    margin-left: 19px;
}

.stream p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 10px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #707070;
}

.stream-desc p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #00b0da;
}

/*** Home alumni section ***/

/*** contact form ***/

.home-contant-section {
    display: none;
}

.home-contant-form-desc p {
    margin-right: -25px;
}

.sudcrInfo p {
    font-size: 16px;
    line-height: 1.38;
    font-stretch: normal;
    letter-spacing: normal;
    font-weight: 400;
    padding-top: 0;
}

.sudcrInfo {
    max-width: 376px;
}


.contact-section {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: #ededed;
}

.title-contact-section {
    max-width: 726px;
    margin: 0 auto;
}

.title-contact-section h3 {
    color: #15284b;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    padding-bottom: 23px;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: normal;
}

.contact-section form.wpcf7-form.default p,
.contact-section input.wpcf7-submit {
    font-family: 'Nunito Sans', sans-serif;
}

.contact-section input.wpcf7-submit {
    font-size: 16px;
}

.contact-section .contact-form-article p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: right;
    color: #15284b;
    padding-top: 19px;
}

.contact-section form.wpcf7-form.default {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.contact-section form.wpcf7-form.default p {
    margin-bottom: 0;
    margin-left: 16px;
}

.contact-section form.wpcf7-form.default .ajax-loader {
    position: absolute;
}

.contact-section form.wpcf7-form.default .wpcf7-spinner {
    position: absolute;
}

.contact-section form.wpcf7-form.default p .wpcf7-form-control-wrap ::-webkit-input-placeholder {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #ffb700;
}

.contact-section form.wpcf7-form.default input.wpcf7-form-control.wpcf7-text {
    color: #ffb700;
    padding: 16px 9px 11px 9px;
    margin-top: 0;
    max-height: 46px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
}

.contact-section form.wpcf7-form.default p .wpcf7-form-control-wrap ::-moz-placeholder {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #15284B;
}

.contact-section form.wpcf7-form.default p .wpcf7-form-control-wrap :-ms-input-placeholder {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #15284B;
}

.contact-section form.wpcf7-form.default p .wpcf7-form-control-wrap :-moz-placeholder {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #15284B;
}

.contact-section form.wpcf7-form.default p:nth-child(1),
.contact-section form.wpcf7-form.default p:nth-child(5) {
    position: relative;
    margin-left: 0;
}

.contact-section form.wpcf7-form.default input.wpcf7-form-control.wpcf7-submit {
    height: 46px;
    border: none;
    background-color: #ffb700;
    border-radius: 0;
    padding: 0 39px;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: 0.8px;
    color: #15284b;
}

.contact-section form.wpcf7-form.default {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

div.wpcf7-response-output {
    position: absolute;
    bottom: -90px;
}

.menu-item-has-children.has_sub > a > .plus:after {
    content: "";
    height: 14px;
    width: 7px;
    display: inline-block;
    line-height: 0;
    left: 5px;
    background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-angle-down fa-w-8 icon desktop-down-icon' aria-hidden='true' data-prefix='fal' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' data-fa-i2svg=''%3E%3Cpath fill='%23fff' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'%3E%3C/path%3E%3C/svg%3E");
}

/*** contact form ***/

.custom-home-section, .custom-section,
.two_columns_75_25 {
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
}

.section-1458 {
    max-width: 1458px;
}

.section-1458 p, .section-1458 h4 {
    line-height: 1.33;
}

.circle-description {
    max-width: 228px;
    margin: 39px auto 0 auto;
    min-height: 58px;
}

.custom-home-section div.circle-description p {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    font-stretch: normal;
    letter-spacing: normal;
    color: #15284b;
    line-height: 1.36;
}

.custom-home-section .circle-block {
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 8px #15284b;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
}

.custom-home-section .circle-block p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 38px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #15284b;
}

.home_fiveCircles {
    max-width: 1326px;
}


.articles-section h3 {
    font-weight: 900;
}

.articles-section .articles-sub-title p {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 400;
}

.articles-section h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 24px;
    font-weight: 800;
}

.articles-desc p {
    font-size: 18px;
    font-weight: 400;
}

.custom-home-grid .vc_single_image-wrapper {
    height: 183px;
}

.custom-home-grid .vc_single_image-img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.title-grid-section h3 {
    font-weight: 900;
}

/* founders grid */
.title-grid-section .limitedTitle h3 {
    max-width: 725px;
    margin: auto;
    line-height: 1.17;
    letter-spacing: normal;
}

/* end founders grid */
.content-circle-row .wpb_wrapper h3 {
    font-weight: 900;
}

.content-circle-row .vc_custom_1553881242855 p,
.vc_custom_1553790231967 p,
.vc_custom_1553790274142 p,
.subP {
    font-weight: 400;
}

.article-description-wrapp {
    min-height: 384px;
}

.custom-grid-images {
    max-width: 1449px;
    margin: auto;
}

.custom-grid-images .wpb_wrapper {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.custom-grid-images .vc_single_image-wrapper img {
    max-height: 183px;
}

.custom-grid-images .wpb_wrapper {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-height: 183px;
    background: white;
}

.custom-grid-images .wpb_single_image {
    width: 100%;
}

/* Circle content section */

.home-circle-content .container {
    background-color: #ffffff;
}

.content-container-circle {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.conteinet-info {
    width: 100%;
    max-width: 500px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-top: 11px solid #ffb700;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 23px 27px 29px 27px;
    position: absolute;
}

.conteinet-info .conteinet-info-header {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 25px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #15284b;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.conteinet-info .conteinet-info-article {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #545454;
}

.position-left {
    left: -230px;
}

.position-right {
    right: -230px;
}

.block-sircle {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 0;
}

.circle-text {
    font-weight: 900;
    text-align: center;
    fill: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}

.circle-center-block {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
}

/* Circle content section */

/* Program circle section */

.content-container-circle {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.program-conteinet-info {
    width: 100%;
    max-width: 500px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-top: 11px solid #ffb700;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 23px 27px 29px 27px;
    margin: auto;
}

.program-conteinet-info .conteinet-info-header {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 25px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #15284b;
    text-transform: uppercase;
    margin-bottom: 14px;
    line-height: 0.72;
}

.program-conteinet-info .conteinet-info-article {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #545454;
}

.position-left {
    left: -250px;

}

.position-right {
    right: -250px;

}

.block-sircle {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 0;
}

.circle-text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    fill: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;

}

circle.donut-segment {
    transition: all 0.3s ease-in-out;
    cursor: pointer;

}

.circle-center-block {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
}

.group-circle_new.hovered .circle-text,
.group-circle_new:hover .circle-text,
.group-circle_new.active .circle-text {
    font-size: 18.5px;
}

.group-circle,
.program-group-circle {
    cursor: pointer;
}

.group-circle:hover circle.donut-segment,
.program-group-circle:hover circle.donut-segment {
    stroke-width: 18;
}

@media (max-width: 1600px) {
    /* team slider and other pages*/
    .testimonialSlider .custom-section {
        max-width: 95%;
    }

    /* home pages */
    .home_slider .slideOffset .tp-mask-wrap {
        margin-left: 45px;
    }

    .home_slider .tp-leftarrow.tparrows {
        left: 60px !important;
    }

    .home_slider .tp-rightarrow.tparrows {
        left: calc(100% - 60px) !important;
    }

    /*media page */
    .featuredPosts .blockTitle {
        padding-left: 0 !important;
    }

    /*single media page */
    .postDate {
        font-size: 16px !important;
        margin-top: 20px;
    }

    /* community page */
    .community_squad .single_testimonial_content_inner {
        max-width: 245px;
    }
}

@media (max-width: 1400px) and (min-width: 1024px) {
    .home_slider .tp-leftarrow.tparrows {
        left: 100px !important;
    }
    .home_slider .tp-rightarrow.tparrows {
        left: calc(100% - 100px) !important;
    }
}

/* Program circle section */

.wrap-home-block {
    max-width: 726px;
    width: 100%;
    margin: 0 auto;
}

.wrap-home-block p {
    margin-top: 20px;
    font-weight: 300;
}

.home-testimonial-button {
    margin-top: 13px;
    margin-bottom: 66px;
}

.wrap-articles-button {
    margin-top: 118px;
    margin-bottom: 64px !important;
}

.resized-form .wpcf7-form-control {
    max-width: 250px !important;

}

.resized-form .wpcf7-submit {
    width: 131px !important;
    text-align: center !important;
}

.testimonials_c_carousel .flex-control-nav li {
    width: 20px;
    height: 20px;
}

.testimonials_c_carousel .flex-control-nav {
    margin-top: 0px;
}

.testimonial_icon_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.testimonial_icon {
    height: 21px;
    width: 21px;
    background-color: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -46px;
    right: -8px;
}

.btn-mr {
    margin-bottom: 66px;
}

.circle-button {
    max-width: 135px;
}

.testimonial_icon:hover {
    background-color: #ffb700;
}

[data-number-per-slide="5"].testimonials_c_carousel .testimonial_content {
    width: 284px !important;
}

.testimonial_text_inner p:first-child {
    min-height: 50px;
}

.home-testimonial-slider {
    margin-top: 1px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: none !important;
}

/*** Home page ***/

/*** Program page ***/

.program-header-video-section {
    max-width: 1304px;
    margin: 0 auto;
    padding: 80px 30px 92px 30px;
}

.program-header-video-section-title {
    max-width: 392px;
}

.program-header-video-section-title h3 {
    font-family: 'Georgia', sans-serif;
    font-size: 70px;
    text-align: left;
    color: #15284b;

}

.accelerator-video-section-title h3 {
    font-family: 'Georgia', sans-serif;
    font-size: 50px;
    line-height: 1.14;
    text-align: left;
    color: #15284b;

}

.program-header-video {
    /*float: right;*/
    max-width: 768px;
}

.program-header-video {
    /*float: right;*/
    max-width: 768px;
}

.startap-sub-title p {
    font-size: 18px;
    font-weight: normal;
}

.program-video-title {
    margin-top: 98px;
}

.program-video-title h3 {
    line-height: 1.17;
    letter-spacing: normal;
}

.program-video-subtitle {
    margin-top: 24px;
    font-stretch: normal;
    line-height: 0.9;
    letter-spacing: normal;
}

.program-title-section {
    max-width: 726px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.17;
    letter-spacing: normal;
}

.video-section {
    max-width: 883px;
    width: 100%;
    margin: 0 auto;
}

/*.video-section */

.conteinet-info-header, .conteinet-info-article {
    font-family: 'Nunito Sans', sans-serif;
}

.custom-partner-section {
    max-width: 1424px;
    width: 100%;
    margin: 0 auto;
}

.chip-first-track ul li, .chip-second-track ul li, .custom-partner-section ul li {
    text-align: left;
    list-style-type: none;
}

.chip-first-track ul li:before, .chip-second-track ul li:before, .custom-partner-section ul li:before {
    content: '•';
    float: left;
    width: 10px;
    left: 0px;
    color: #15284b;
    position: absolute;
    font-size: 22px;
    top: -5px;
}

.program-video-section h3 {
    font-weight: 900;
}

.program-video-section .apply-button {
    max-width: 129px;
    border: none;
    height: 46px;
}

.startap-title {
    max-width: 726px;
    margin: 98px auto;
}

.startap-sub-title {
    margin-top: 24px;
}

.startap-sub-title, .chip-sub-title {
    max-width: 1043px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/*.chip-sub-title*/
.letter {
    font-weight: 400;
}

.chip-sub-title {
    margin-top: 24px;
}

.program-startup-programs-section .startap-title h3,
.program-chip-section .chip-title h3 {
    line-height: 1.17;
    letter-spacing: normal;
    font-weight: 900;
}

.program-startup-programs-section .startap-sub-title h3,
.program-chip-section .chip-sub-title h3 {
    line-height: 1.37;
    letter-spacing: normal;
    font-weight: 300;
}

.program-first {
    padding-bottom: 130px;
    padding-top: 77px;

}

.program-first .full_section_inner, .program-second .full_section_inner {
    min-height: 655px;
}

.program-second {
    padding-bottom: 98px;
}

.program-first h3, .program-second h3 {
    margin-top: 56px;
    margin-bottom: 31px !important;
    margin-left: 28px;
}

.program-column-title {
    max-width: 1368px;
}

.program-first-column {
    padding-left: 13px;
    padding-right: 18px;
    margin-bottom: 27px;
    color: #545454;
}

.program-second-column {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 17px;
    color: #545454;
}

.program-third-column {
    padding-left: 18px;
    padding-right: 13px;
    margin-bottom: 27px;
    color: #545454;
}

.program-first-column p, .program-second-column p, .program-third-column p {
    color: #545454;
}

.chip-first-track {
    padding: 56px 27px 51px 13px;
    margin-right: 15px;
}

.chip-second-track {
    padding: 56px 27px 51px 13px;
    margin-left: 15px;
}

.track-content p, .track-content {
    color: #545454;
}

.program-first div.full_section_inner,
.program-second div.full_section_inner,
.chip-first-track,
.chip-second-track {
    border-top: 16px solid #ffb700;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.program-startup-programs-section .program-first h3,
.program-startup-programs-section .program-second h3,
.chip-first-track h3,
.chip-second-track h3 {
    font-size: 32px;
    font-weight: 900;
    line-height: 0.56;
}

.program-startup-programs-section .program-first p,
.program-startup-programs-section .program-second p,
.program-startup-programs-section .program-first li,
.program-startup-programs-section .program-second li,
.chip-first-track p, .chip-second-track p,
.chip-first-track li, .chip-second-track li {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 10px !important;
}

.track-row-three-elements p {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 26px;
}

.track-row-two-elements p {
    display: flex;
    justify-content: center;
}

.track-row-two-elements :first-child {
    margin-right: 15px;
}

.track-row-two-elements :last-child {
    margin-left: 15px;
}

.wrap-tracks .full_section_inner {
    display: flex;
    justify-content: space-between;
}

.wrap-tracks .full_section_inner.clearfix:before,
.wrap-tracks .full_section_inner.clearfix:after {
    display: none;
}

.wrap-tracks {
    padding-top: 197px;
    padding-bottom: 98px;
}

.chip-first-track, .chip-second-track {
    width: 100%;
    max-width: 622px;
    min-height: 1624px;
}

.chip-first-track {
    float: left;
}

.chip-second-track {
    float: right;
}

.partners-locations-section h3, .partners-locations-section p {
    letter-spacing: normal;
    font-stretch: normal;
}

.partners-locations-section h3 {
    line-height: 1.17;
    font-weight: 900;
}

.partners-locations-section p {
    font-weight: 400;
    line-height: 1.2;
}

.locations {
    max-width: 1448px;
}

.locations h3 {
    font-size: 25px;
    font-weight: 800;
    line-height: 1.36;
}

.locations p {
    font-size: 15px;
    line-height: 1.33;
    font-weight: 400;
    color: #00b0da;
}

.parner-contact-section span.your-name input,
.parner-contact-section span.your-email input {
    border: solid 1px #ededed;
}

.parner-contact-section .wpb_content_element p {
    padding-top: 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.38;
}

.parner-contact-section .partner-contact-form-description .vc_column-inner {
    padding-right: 0;
}

.program-questions-section h3 {
    font-weight: 900;
}

.program-header-section {
    max-width: 1317px;
    width: 100%;
    margin: 0 auto;
}

.program-header-title {
    max-width: 726px;
    width: 100%;
    margin-top: 98px;
    margin-left: auto;
    margin-right: auto;
}

.chip-title, .program-questions-title, .locations-title, .locations-subtitle {
    max-width: 726px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page-id-15404 .contact-section {
    padding-top: 87px;
    padding-bottom: 250px;
}

.program-contact-form .wpcf7-text, .program-contact-form .wpcf7-email {
    border: solid 1px #ededed !important;
}

.program-contact-form .title-contact-section {
    max-width: 726px;
    margin: 0 auto;
}

.program-header-section h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.17;
    letter-spacing: normal;
}

.program-header-section p {
    font-size: 30px;
    line-height: 1.37;
}

.program-header-content {
    min-height: 275px;
}

.row-single-testimonial .single_testimonial_title_holder h4 {
    font-weight: 800;
}

.row-single-testimonial .single_testimonial_content_inner {
    opacity: 0.5;
}

/*** Program circle section ***/

.row-single-testimonial .full_section_inner {
    display: flex;
    justify-content: center;
}

.program-member-third {
    margin-bottom: 371px !important;
}

.program-member-sixth {
    margin-bottom: 371px !important;
}

.program-wrap-circle {
    margin-top: 167px;
}

/*** Program circle section ***/

.program-questions {
    max-width: 833px;
    margin: 0 auto;
}

/*** Program page ***/


/*** Footer ***/

#nav_menu-4 .current_page_item a {
    color: #ffb700 !important;
}

footer {
    z-index: 111;
}

footer .footer_inner {
    background: #15284b;
}

.footer_bottom_columns {
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
}

footer .column1 {
    width: 59.8% !important;
    padding-left: 24px;
}

footer .column1 img {
    max-width: 364px !important;
}

footer .column2 p,
footer .column3 p {
    margin-bottom: 5px;
}

footer .column2 {
    width: 0 !important;
    display: none !important;
}

footer .column3 {
    width: 22.6% !important;
    margin-top: 62px;
}

footer .column4 {
    width: 17% !important;
    margin-top: 62px;
}

footer p, #menu-footer-left-menu li a {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff !important;
}

#menu-footer-left-menu li a:hover {
    color: #ffb700 !important;
}

.footer_top .q_social_icon_holder i.simple_social,
.footer_top .q_social_icon_holder span.simple_social {
    font-size: 26px;
    border: 1px solid transparent;
}

.footer_top .q_social_icon_holder a:focus {
    outline: 0 !important;
}

.footer_top .q_social_icon_holder a:focus i.simple_social {
    border: 1px solid #fff;
}

#menu-footer-left-menu li {
    padding: 0;
}

/*** Footer  new style***/

.footer_top.footer_top_full {
    padding-left: 0;
    padding-right: 0;
}

#media_image-2 {
    max-width: 364px;
}

#text-4, .menu-footer-left-menu-container, #text-5 {
    max-width: 271px;
}

#menu-footer-left-menu li.first a {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.36;
    letter-spacing: 1.1px;
}

#menu-footer-left-menu li:not(.first) {
    margin-bottom: 5px;
}

#text-4 h5, #text-5 h5 {
    margin: 0 0 3px !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: 1.1px;
}

#text-11 {
    min-height: 92px;
    margin-top: 21px !important;
    max-width: 376px;
}

.footer-copy {
    padding-left: 0 !important;
}

#text-10 {
    margin-top: 21px !important;
    margin-bottom: 0 !important;
    max-width: 80%;
}

#text-10 p {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
}

#back_to_top {
    right: 127px !important;
    bottom: 9px !important;
    border: none !important;
}

#back_to_top span i, #back_to_top span span {
    font-size: 0 !important;
}

#back_to_top span {
    border: none !important;
    background-color: transparent !important;
}

#back_to_top.on .qode_icon_font_awesome {
    padding: 5px 5px;
    background-color: #15284b;
    border-radius: 20px;
}

#back_to_top.on .qode_icon_font_awesome:hover:before {
    filter: invert(1) invert(86%) sepia(38%) saturate(7193%) hue-rotate(3deg) brightness(109%) contrast(103%);
}

#back_to_top.on .fa-arrow-up:before {
    display: block;
    content: ' ';
    background-image: url('assets/img/f-arraw.svg');
    background-size: 28px 28px;
    height: 26px;
    width: 28px;
    fill: #b0b0b0;
}

/*** Footer  new style***/

.footer_top .four_columns .column4 .column_inner > div {
    margin: 0 !important;
}

.four_columns > .column4 > .column_inner {
    padding: 0;
}

#footer-give-button {
    border: none;
    display: block;
    min-height: 46px;
    line-height: 49px;
    max-width: 228px;
    padding: 0;
}

#nav_menu-4 {
    margin-bottom: 0 !important;
}

#footer-give-button:focus {
    border: 2px solid #fff;
}

#footer-give-button:hover {
    border: 1px solid #ffb700;
    background-color: #15284b !important;
    color: #ffb700 !important;
    min-height: 44px;
    line-height: 47px;
}

#media_image-3 {
    margin-bottom: 0px !important;
}

.footer_top_holder .footer_top.footer_top_full {
    padding-top: 35px;
    padding-bottom: 18px;
}

/*** Footer ***/

@media (max-width: 768px) {
    /*** contact form ***/
    .contact-section .contact-form-article p {
        text-align: center;
        margin-bottom: 20px;
    }

    .contact-section form.wpcf7-form.default {
        display: block;
    }

    .contact-section form.wpcf7-form.default p {
        margin-left: 0;
        margin-bottom: 10px;
    }

    /*** contact form ***/
    /** Program header video section **/
    .program-header-video-section {
        padding: 30px 30px 40px 30px;
    }

    .program-header-video-section-title h3 {
        font-size: 35px;
    }

    /** Program video section **/
    /* home */
    /* home slider */
    .home_slider .tp-leftarrow.tparrows,
    .home_slider .tp-rightarrow.tparrows {
        display: none;
    }

    .home-alumni-section .full_section_inner {
        display: block !important;
    }

    .home-alumni-section .vc_column-inner {
        margin: 0 auto 20px !important;
    }

    .custom-home-section .circle-block p {
        font-size: 20px;
    }

    /* media page */
    .apply_baner h1 {
        font-size: 44px;
    }

    .apply_advantages .apply_advant {
        margin-bottom: 30px;
    }

    .apply_contentBaner .center-btn {
        margin-bottom: 30px;
    }

    /* Home investors and partners section */
    .investors-grid-wrap > div:first-child {
        display: flex;
        flex-direction: column;
    }

    .block-logos-grid {
        float: none;
        margin: 0 auto;
    }

    .investors-grid-col, .investors-title-col {
        max-width: none;
    }

    .investors-grid-wrap > div:first-child {
        max-width: 726px;
    }

    .grid-logo .wpb_single_image .wpb_wrapper {
        text-align: center;
    }

    .investors-title-col h2, .partners-mobile-title-grid h2 {
        max-width: 592px;
        margin: 0 auto;
        font-size: 40px !important;
        text-align: center;
    }

    /* Home investors and partners section */
    .custom-home-section .circle-block {
        width: 160px;
        height: 160px;
        margin-bottom: 20px !important;
    }

    .home_fiveCircles {
        padding: 0 !important;
    }

    /*** Program circle section ***/
    .prg-circle-content-col .vc_column-inner > div:first-child {
        padding-left: 0 !important;
    }

    .prg-circle-content-col.wpb_column > div:first-child {
        padding-left: 0 !important;
        margin-top: 39px !important;
    }

    .prg-circle-title-col.wpb_column > div:first-child {
        padding: 0 !important;
        margin-top: 67px !important;
    }

    .program-circle-content .container {
        min-height: 0;
    }

    .program-circle-content .single_testimonial_text_holder {
        margin-top: 0;
    }

    .program-circle-content .single_testimonial_text_holder {
        text-align: center !important;
    }

    /*** Program circle section ***/
    .prg-circle-content-col .position-left .single_testimonial_content_inner {
        display: flex;
        flex-direction: column;
        margin-top: -50px;
    }

    .program-circle-content .position-left .single_testimonial_text_holder h4 {
        margin-top: 15px;
    }

    .prg-circle-content-col .position-left .single_testimonial_text_holder {
        left: 0;
    }

    .prg-circle-content-col .position-left .single_testimonial_text_inner {
        text-align: center;
    }

    .prg-circle-title-col h2 {
        font-size: 40px !important;
    }

    .program-circle-content .position-left {
        margin-bottom: 60px !important;
    }

    /* new program circle */
    .prg-circle-content-col .content-container-circle {
        align-items: center;
    }

    .program-circle-section_new .program-circle-content .position-left {
        flex-direction: row;
        max-width: 848px;
        position: relative;
        left: unset;
        min-height: 250px;
        padding: 29px 27px 42px 27px;
    }

    /*** Program circle section ***/
    /* Contact form */
    .wpcf7-not-valid-tip {
        position: relative;
    }

    /* Contact form */
    /* footer */
    #media_image-3 {
        padding-right: 24px;
    }

    /* footer */
    /* Donor page */
    .donor-footer, .donor-header {
        min-height: 170px;
    }

    .donor-video-section .donor-video-text h3 {
        font-size: 30px !important;
    }

    /* Donor page */
    div.partner-overview-email-section-desc p {
        font-size: 18px;
        max-width: 560px;
        text-align: unset !important;
        margin: 0 auto;
    }
}

@media screen and (min-width: 991.98px) and (max-width: 1000.98px) {
    .q_logo img.mobile {
        width: 100% !important;
        padding: 0 20px;
        top: 12px;
        max-width: 269px;

    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .custom-home-section .circle-block {
        width: 160px;
        height: 160px;
    }

    .home_fiveCircles {
        padding: 0 !important;
    }

    .logo_wrapper {
        margin-left: 0;
    }

    header .q_logo img.mobile {
        width: 100% !important;
        padding: 0 20px;
    }

    header .q_logo img.mobile {
        width: 100% !important;
        padding: 0 20px;
        top: 12px;
        max-width: 269px;
    }

    /* home */
    .home-alumni-section .full_section_inner {
        display: block !important;
    }

    .home-alumni-section .vc_column-inner {
        margin: 0 auto 20px !important;
    }

    /* media page */
    .two_columns_75_25 > .column1 {
        width: 65%;
    }

    .two_columns_75_25 > .column2 {
        width: 35%;
    }

    .full_section_inner {
        padding-right: 0;
    }

    .teamTestmonials .full_section_inner .single_testimonial_content_inner, .advisors-grid .full_section_inner .single_testimonial_content_inner {
        flex: 0 1 calc(50% - 30px);
    }

    .wrap-tracks {
        padding-bottom: 0;
    }

    .program-first {
        padding-bottom: 8px;
    }

    .program-second {
        padding-bottom: 0;
    }

    .track-row-three-elements p {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .track-row-two-elements p img {
        padding: 0;
    }

    .full-alumi-section .home-alumni-section {
        margin-bottom: 73px !important;
    }

    .grid-logo .wpb_single_image .wpb_wrapper {
        text-align: center;
    }

    .investors-title-col {
        max-width: none;
    }

    .investors-title-col h2 {
        max-width: 726px;
        margin: 0 auto;
    }

    .investors-grid-wrap > div:first-child {
        display: flex;
        flex-direction: column;
    }

    .block-logos-grid {
        float: none;
        margin: 0 auto;
    }

    .investors-grid-wrap > div:first-child,
    .partners-grid-wrap > div:first-child {
        max-width: 726px !important;
    }

    .investors-title-col h2 {
        font-size: 48px;
        text-align: center;
    }

    .partners-title-col {
        display: none;
    }

    .partners-grid-col {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .partners-mobile-title-grid {
        margin-top: 67px;
        display: block;
    }

    .investors-title-col h2 {
        font-size: 40px !important;
    }

    .partners-mobile-title-grid h2 {
        font-size: 40px;
        text-align: center;
    }

    .partners-grid-wrap.vc_row {
        padding-bottom: 22px !important;
    }

    /*** Program circle section ***/
    .prg-circle-content-col > div:first-child {
        padding-left: 0 !important;
    }

    .prg-circle-content-col.wpb_column > div:first-child {
        padding-left: 0 !important;
        margin-top: 39px !important;
    }

    .prg-circle-title-col.wpb_column > div:first-child {
        padding: 0 !important;
        margin-top: 67px !important;
    }

    .prg-circle-title-col h2, .prg-media h3, .prg-two-title h3 {
        font-size: 40px !important;
    }

    .program-circle-content .container {
        min-height: 0;
    }

    /*** Program circle section ***/
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .full_section_inner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-right: 0;
    }

    .full_section_inner .single_testimonial_content_inner {
        flex: 0 1 calc(50% - 30px);
    }

    .wrap-tracks {
        padding-bottom: 0;
    }

    .program-first {
        padding-bottom: 8px;
    }

    .program-second {
        padding-bottom: 0px;
    }

    .track-row-three-elements p {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .track-row-two-elements p img {
        padding: 0;
    }

    .chip-first-track {
        margin-right: 0;
    }

    .chip-second-track {
        margin-left: 0;
    }

    .chip-first-track, .chip-second-track {
        max-width: none;
    }

    .program-member-third {
        margin-bottom: 0 !important;
    }

    .program-wrap-circle {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .program-member-sixth {
        margin-bottom: 110px !important;
    }

    .program-first-title h3, .program-second-title h3 {
        line-height: 1 !important;
    }

    /* media page */
    .two_columns_75_25 > .column1 {
        width: 60%;
    }

    .two_columns_75_25 > .column2 {
        width: 40%;
    }

    .full-alumi-section .home-alumni-section {
        margin-bottom: 73px !important;
    }

    .q_logo img.mobile {
        max-width: 269px;
        padding: 0 20px;
        top: 12px;
    }

    .investors-grid-wrap > div:first-child {
        display: flex;
        flex-direction: column;
    }

    .block-logos-grid {
        float: none;
        margin: 0 auto;
    }

    .partners-title-col {
        display: none;
    }

    .stats-circle-wrap {
        width: 50%;
    }

    #footer-give-button {
        font-size: 13px !important;
    }

    .program-first-title .prg-media h3, .prg-circle-title-col h2, .prg-two-title h3 {
        font-size: 35px !important
    }

}

@media screen  and (min-width: 768px) {

    .program-circle-content .position-left {
        justify-content: space-between;
    }

    .prg-circle-content-col .position-left .single_testimonial_content_inner {
        flex-basis: 50%;
        justify-content: flex-start;
    }

}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .custom-home-section .circle-block {
        width: 160px;
        height: 160px;
        border: solid 7px #15284b;
    }

    .custom-home-section .circle-block p {
        font-size: 40px;
    }

    .home_fiveCircles {
        padding: 0 !important;
    }

    .wrap-tracks {
        padding-bottom: 0;
    }

    .program-second {
        padding-bottom: 0;
    }

    .track-row-three-elements p {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .track-row-two-elements p img {
        padding: 0;
    }

    .program-first {
        padding-bottom: 8px;
    }

    /* Donor Page */
    .donor-header-btn {
        margin-top: 92px;
    }

    /* Donor Page */
    nav.main_menu {
        top: 80px;
        right: 0;
        left: 0;
        width: 100%;
        background: rgba(21, 40, 75, 1);
        text-align: center;

    }

    #menu-header_menu .second .inner {
        top: 15px;
    }

    #menu-header_menu .drop_down_start li a {
        font-size: 11px;
        margin-right: 0;
    }

    #menu-header_menu li {
        margin-top: 0;
        float: none;
        padding: 15px 0;
    }

    .logo_wrapper {
        margin-left: 0;
    }

    .q_logo img {
        max-width: 269px;
    }

    .grid-logo .wpb_single_image .wpb_wrapper {
        text-align: center;
    }

    .investors-title-col {
        max-width: none;
    }

    .block-logos-grid {
        float: none;
        margin: 0 auto;
    }

    .investors-title-col h2 {
        max-width: 726px;
        margin: 0 auto;
        text-align: center;
    }

    .investors-grid-wrap > div:first-child {
        max-width: 726px !important;
    }

    .investors-grid-col {
        max-width: none;
    }

    .partners-title-col {
        display: none;
    }

    .partners-grid-wrap > div:first-child {
        margin-top: 50px !important;
        max-width: 726px !important;
    }

    .partners-grid-col {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .partners-mobile-title-grid {
        margin-top: 67px;
        display: block;
    }

    .partners-mobile-title-grid h2 {
        font-size: 40px;
        text-align: center;
    }

    .investors-title-col h2 {
        font-size: 40px !important;
    }

    .partners-grid-wrap.vc_row {
        padding-bottom: 22px !important;
    }

    .partners-mobile-grid-btn {
        display: block;
        max-width: 203px;
        margin: 0 auto;
        border: 1px solid #15284b;
    }

    .partners-mobile-grid-btn {
        margin-top: 15px;
    }

    /*** Program circle ***/
    .prg-circle-title-col h2 {
        font-size: 40px;
    }

    .prg-circle-content-col.wpb_column > div:first-child {
        padding-left: 0 !important;
        margin-top: 39px !important;
    }

    .prg-circle-title-col.wpb_column > div:first-child {
        padding: 0 !important;
        margin-top: 67px !important;
    }

    .prg-circle-content-col .vc_column-inner > div:first-child {
        padding-left: 0 !important;
    }

    .prg-circle-title-col h2, .prg-media h3 {
        font-size: 40px !important;
    }

    .program-circle-content .container {
        min-height: 0;
    }

    .program-circle-section {
        padding: 0 30px !important;
    }

    .program-circle-content .position-left {
        margin-bottom: 70px;
    }

    /*** Program circle ***/
}

@media screen and (max-width: 1900px) {
    .footer_top.footer_top_full.custom-home-section {
        max-width: 95%;
    }

    /* single media */
    .singleBody {
        max-width: 1326px;
        margin: auto;
    }

    /* media page */
    .two_columns_75_25 {
        max-width: 95%;
        margin: auto;
    }

    .media-modal-press .modal-content {
        min-height: 610px;
    }

    .featuredPosts .blockTitle,
    .blogPosts .blockTitle {
        max-width: 1140px;
        margin: 0 auto 20px;
        padding-left: 15px;
    }

    .blogPosts .blockTitle {
        margin: 98px auto 20px;
        padding-left: 0;
    }

}

@media screen and (max-width: 1500px) {
    /* home slider */

    .header_bottom_right_widget_holder {
        padding-right: 15px;
    }

    .custom-home-section .circle-block {
        width: 165px;
        height: 165px;
    }

    /* single media page */
    .singleBody {
        max-width: 90%;
    }

    .singleBody .thumbHead,
    .singleBody .videoHead {
        min-height: 500px;
    }

    .sidebarSingle .postItem {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .sidebarSingle > .row {
        max-height: 800px;
        overflow-y: auto;
    }

    .investors-grid-wrap > div:first-child {
        max-width: 1200px;
    }

    .investors-grid-wrap, .partners-grid-wrap {
        padding-left: 45px;
        padding-right: 45px;
    }

    .investors-title-col {
        margin-right: 0;
    }

    .partners-grid-wrap {
        max-width: none;
    }

    .partners-title-grid h2, .investors-title-col h2 {
        font-size: 55px;
    }

    .partners-grid-wrap > div:first-child {
        max-width: 1200px;
    }

    .partners-grid-col {
        width: 58.33333333%;
        margin-left: 8.33333333%;
    }

    .partners-title-col {
        margin-right: 0;
    }

    .partners-grid-wrap.vc_row {
        padding-bottom: 40px !important;
    }

    .home_fiveCircles {
        padding: 0 15px;
    }

    /* home */
    /* advisors slider */
    .home_testimonialSlider .content_width-section {
        max-width: 95%;
        margin: 0 auto;
    }

    /* end home */
    /* Program header video */
    .program-header-video-section-title h3 {
        font-size: 50px;
    }

    /* Program header video */
    /* footer  */
    .footer_top_holder .footer_top.footer_top_full {
        padding-right: 15px;
    }

    #back_to_top {
        right: 62px !important;
    }

    /* footer */
    /* Contact form */
    .wpcf7-not-valid-tip {
        bottom: unset;
    }

    /* Contact form */
    /* Donor page */
    .donor-video-section h3 {
        font-size: 50px;
    }

    /* Donor page */
}

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

    /* home page */
    .home-alumni-section .full_section_inner {
        display: flex;
    }

    .home-alumni-section .vc_column-inner {
        height: 100%;
        padding-bottom: 20px;
        width: auto;
        margin: 0 15px;
    }

    /* team page */
    .teamTestmonials .single_testimonial_content_inner {
        margin: 15px;
    }

    /* Program header video section */
    .program-header-video-section-title h3 {
        font-size: 40px;
    }

    /* Program header video section */
    /* testimonial slider */
    .home-testimonial-slider .single_testimonial_content_inner,
    .testimonialSlider .single_testimonial_content_inner {
        margin: 15px;
    }

    /* footer */
    .four_columns > .column1 {
        width: 50% !important;
        margin-bottom: 20px;
    }

    .four_columns > .column3 {
        width: 25% !important;
    }

    /* program page */
    /* new program circle */
    .program-circle-section_new .program-circle-content .position-left {
        left: -400px;
    }

    .program-circle-section_new .prg-circle-content-col .block-sircle {
        max-width: 520px;
    }

    .program-circle-section_new .prg-circle-content-col .position-left .conteinet-info-article {
        margin-bottom: 0;
    }

    .program-circle-section_new .prg-circle-content-col .content-container-circle {
        align-items: flex-end;
    }

    /* media page */
    .blogContainer,
    .featuredContainer {
        max-width: 95%;
        margin: auto
    }

    .featuredPosts .blockTitle, .blogPosts .blockTitle {
        max-width: 95%;
    }

    .featuredPosts .blockTitle {
        margin: 0 auto 20px;
    }

    .blogPosts .blockTitle {
        margin: 98px auto 20px;
    }

    /* single media page */
    .singleBody .thumbHead, .singleBody .videoHead {
        min-height: 400px;
    }

    .singleBody h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .singleBody h2 {
        padding-bottom: 20px;
        font-size: 25px;
    }

    .innerContent p, .singleBody div {
        font-size: 20px;
        line-height: 28px;
    }

    .sidebarSingle .card-img-top {
        min-height: 160px;
    }

    .sidebarSingle .card-media .card-body .tittle-card {
        font-size: 16px;
    }

    /* apply page */
    .apply_advantages .apply_advant h4 {
        line-height: 1;
    }

    .apply_advantages .apply_advant {
        padding: 0 10px;
    }

    .apply_advantages .apply_advant > .vc_column-inner {
        padding: 56px 20px;
    }

    /* community page */
    .community_squad .single_testimonial_content_inner {
        max-width: 205px;
    }

    .community_squad .vc_col-sm-7 > .vc_column-inner > .wpb_wrapper {
        display: flex;
    }

    .investors-grid-wrap > div:first-child {
        max-width: 1200px;
    }

    /* home */
    /* advisors slider */
    .home_testimonialSlider .owl-nav .owl-prev:before,
    .home_testimonialSlider .owl-nav .owl-next:before {
        font-size: 62px;
        padding-left: 0;
    }

    /* Portfolio */
    .company-block-item .name .company-link {
        font-size: 15px;
    }

    .BanerNoText {
        min-height: 450px;
    }

    /* Portfolio */
    /* footer  */
    .footer_top_holder .footer_top.footer_top_full {
        padding-right: 0 !important;
    }

    /* footer */
}

@media screen and (max-width: 1200px) {
    .program-circle-section_new .program-circle-content .position-left {
        left: 15px;
    }

    /* Donor page */
    .donor-video-text {
        max-width: none;
    }

    .donor-video-text h3 {
        text-align: center;
        font-size: 40px !important;
        margin-bottom: 35px !important;
    }

    /* Donor page */
}
.why_sky_deck .big_title p {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.11;
    color: #15284b;
    margin-bottom:10px;
}
@media screen and  (min-width: 1200px) {
    .content_width-section .title-dedicated h2 {
        font-size: 70px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .content_width-section .title-dedicated h2{
        font-size: 48px;
    }
    .content_width-section .title-dedicated h2 br{
        display:none;
    }
    .why_sky_deck .big_title p{
        font-size: 30px;
        margin-bottom:20px;
    }
}

@media screen and (max-width: 768px) {
    .content_width-section .title-dedicated h2{
        font-size: 32px;
    }
    .content_width-section .title-dedicated h2 br{
        display:none;
    }
    .why_sky_deck .big_title p{
        font-size: 24px;
        margin-bottom:20px;
    }
}



@media screen and (max-width: 1024px) {
    /* home page */
    .home-alumni-section .vc_column-inner {
        margin: 0 4px 20px;
    }

    .stream-desc p {
        font-size: 13px;
    }

    /* footer */
    footer .column1 img {
        max-width: 260px !important;
    }

    .four_columns > .column4 {
        width: 22% !important;
    }

    /* single media page */
    .singleBody {
        margin-top: 100px !important;
    }

    .articleText {
        margin-bottom: 40px;
    }

    .singleBody .thumbHead, .singleBody .videoHead {
        min-height: 350px;
    }

    .singleBody h2 {
        padding-bottom: 15px;
    }

    .innerContent p, .singleBody div {
        font-size: 18px;
        line-height: 24px;
    }

    .navigatSingle {
        flex-basis: 50%;
    }

    .postLikes {
        flex-basis: 15%;
    }

    .sidebarSingle > .row {
        max-height: 100%;
    }

    .sidebarSingle .card-img-top {
        min-height: 130px;
    }

    .sidebarSingle .card-media .card-body .card-text {
        font-size: 12px;
    }

    .partners-mobile-grid-btn {
        display: block;
        max-width: 203px;
        margin: 0 auto;
        border: 1px solid #15284b;
    }

    .partners-mobile-title-grid {
        margin-top: 67px;
        display: block;
    }

    .partners-grid-wrap > div:first-child {
        margin-top: 50px !important;
        max-width: 726px !important;
    }

    .partners-grid-col {
        width: 100%;
        margin-left: 0;
    }

    .custom-home-section .circle-block {
        width: 160px;
        height: 160px;
        border: solid 7px #15284b;
    }

    .custom-home-section .circle-block p {
        font-size: 40px;
    }

    .prg-circle-content-col .vc_column-inner > div:first-child {
        padding-left: 0 !important;
    }

    /*** Program circle ***/
    .program-circle-section {
        padding: 0 15px !important;
    }

    .program-circle-content .position-left {
        margin-bottom: 70px;
    }

    .program-circle-content .position-left .conteinet-info-article {
        max-width: 310px;
    }

    /* new program circle */
    .program-circle-section_new .home-circle-content {
        margin-bottom: 40px;
    }

    /*** Program circle ***/
}



@media screen and (max-width: 575px) {
    /* general css */
    .wpb_wrapper .content_width-section {
        margin: 0;
    }

    /* end  general css */
    /*** Header ***/
    .q_logo a {
        z-index: 20;
    }

    .mobile_menu_button {
        z-index: 50;
    }

    /*** Header ***/
    .full_section_inner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-right: 0;
    }

    .full_section_inner .single_testimonial_content_inner {
        flex: 0 1 100%;
    }


    .wrap-tracks {
        padding-bottom: 0;
    }

    .program-first {
        padding-bottom: 8px;
    }

    .program-second {
        padding-bottom: 0;
    }

    .track-row-three-elements p {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .track-row-two-elements p img {
        padding: 0;
    }

    /* Program header video section */
    .program-header-video-section-title h3 {
        font-size: 30px;
    }

    /* Program header video section */
    .program-startup-programs-section .program-first-title h3, .program-startup-programs-section .program-second-title h3 {
        margin-right: 28px;
        line-height: 1.304347826086957em;
    }

    .program-member-third {
        margin-bottom: 0 !important;
    }

    .program-member-sixth {
        margin-bottom: 110px !important;
    }

    .program-wrap-circle {
        margin-top: 0;
    }

    .chip-first-track {
        margin-right: 0;
    }

    .chip-second-track {
        margin-left: 0;
    }

    .program-circle-content .position-left {
        max-width: 100%;
    }

    .program-circle-content .conteinet-info-header {
        text-align: center;
    }

    .program-circle-content .conteinet-info-article {
        flex-basis: 100% !important;
    }

    .program-circle-content .single_testimonial_content_inner {
        flex-basis: 100% !important;
        margin-top: 15px !important;
    }

    /* home page */

    .home_slider .slideOffset .tp-mask-wrap {
        margin-left: 0;
    }

    /* media page */
    .blogPosts .pagination-block {
        margin-bottom: 30px;
    }

    /* single media page */
    .singleBody {
        margin-top: 40px !important;
    }

    .singleBody .thumbHead, .singleBody .videoHead {
        min-height: 250px;
    }

    .navigatSingle,
    .singleBody h1,
    .singleBody .innerContent {
        margin-left: 0;
    }

    .singleBody h1 {
        font-size: 24px;
        max-width: 100%;
    }

    .innerContent p, .singleBody div {
        font-size: 16px;
        line-height: 22px;
    }

    /* footer */
    #back_to_top {
        right: 40px !important;
    }

    .four_columns > .column1 {
        margin-bottom: 35px !important;
    }

    .footer_top_holder .footer_top .four_columns > .column3 {
        margin-bottom: 0;
    }

    .footer_top_holder .footer_top .four_columns > .column4 {
        margin-top: 40px;
    }

    .four_columns > .column1,
    .four_columns > .column4 {
        width: 100% !important;
        padding-left: 24px;
    }

    .four_columns > .column2,
    .four_columns > .column3 {
        width: 50% !important;
        margin-bottom: 20px;
        padding-left: 24px;
    }

    #text-11 {
        margin-bottom: 0 !important;
    }

    /* community page */
    .community_squad .vc_col-sm-7 > .vc_column-inner > .wpb_wrapper {
        flex-direction: column;
    }

    .community_campus .single_testimonial_content_inner,
    .community_squad .single_testimonial_content_inner {
        max-width: 100%;
        margin: 20px auto;
        float: none;
    }

    .community_baner h1,
    .community_baner p {
        margin-left: 0;
        padding-left: 15px;
    }

    .full-alumi-section .home-alumni-section {
        margin-bottom: 73px !important;
    }

    /*** Program circle  ***/
    .program-circle-content .position-left {
        margin-bottom: 50px !important;
    }

    .program-first-title .prg-media h3, .prg-two-title h3 {
        font-size: 30px !important;
    }

    /*** Program circle ***/
    .investors-title-col h2, .partners-mobile-title-grid h2, .prg-circle-title-col h2 {
        font-size: 30px !important;
    }

    .partners-title-col {
        display: none;
    }

    .program-circle-section {
        padding: 0 30px 0 30px !important;
    }

    /* Donor page */
    .donor-footer-btn, .donor-header-btn {
        font-size: 13px;
        height: 43px;
        padding: 0 32px;
    }

    .donor-footer, .donor-header {
        min-height: 150px;
    }

    /* Donor page */
}

@media only screen and (max-width: 1000px) {
    .q_logo {
        top: 5%;
    }

    .program-header-video-section-title {
        width: 100%;
        max-width: unset;
    }

    .program-header-video-section-title h3 {
        text-align: center;
    }

    .program-header-video {
        margin-top: 25px;
        width: 100%;
        max-width: unset;
        display: flex;
        justify-content: center;
    }

    .program-header-video .vc_column-inner {
        max-width: 575px;
    }

    @media screen and (max-width: 786px) {
        .program-header-video .vc_column-inner {
            padding:0 35px;
        }
    }


    .partners-mobile-grid-btn {
        margin-top: 15px;
        border: 1px solid #15284b;
    }

    .investors-grid-col .block-logos-grid {
        margin-right: 0;
    }

    .donor-header-btn {
        margin-top: 85px;
    }

    .partner-overview-email-section-title {
        max-width: unset;
        width: 100%;
        text-align: center;
    }

    .partner-overview-email-section-title h3 {
        margin-left: 0;
    }

    .partner-overview-email-section-title br {
        display: none;
    }

    .partner-overview-email-section-desc {
        width: 100%;
        margin-top: 15px;
    }

    .partner-overview-email-section-desc p {
        text-align: center !important;
    }
}


@media screen and (min-width: 1024px) {
    /* subscr form */
    .sudcrInfo .vc_column-inner {
        padding-left: 0px;
        padding-right: 0px !important;
    }

    .program-circle-section_new .program-circle-content .position-left {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .logo_wrapper {
        padding-top: 26px;
    }

    .q_logo img {
        max-width: 269px;
        width: 100%;
    }

    nav.main_menu {
        top: 20px;
        right: 0;
        left: 89px;
        background: transparent;
        text-align: center;
    }
    nav.main_menu > ul > li > a{
        font-size:14px !important;
    }


    #menu-header_menu .second .inner {
        top: 28px;
    }

    #menu-header_menu .drop_down_start li a {
        font-size: 11px;
        margin-right: 0;
    }

    #menu-header_menu li a {
        padding: 0 8px;
        font-size: 14px !important;
    }

    #header-apply-button {
        margin-top: 3px;
    }

    /*** Program circle ***/
    .prg-circle-title-col h2, .prg-media h3 {
        font-size: 55px;
    }

    /*** Program circle ***/
}

@media (min-width: 1400px) and (max-width: 1950px) {
    .logo_wrapper {
        margin-left: 86px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .logo_wrapper {
        margin-left: 20px;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) {

    #menu-header_menu li {
        float: none;
        padding: 0;
        margin: 15px 0;
    }

    /* apply page */
    .apply_advantages .apply_advant h4 {
        line-height: 1;
    }

    .apply_advantages .apply_advant p {
        font-size: 22px;
        line-height: 1.25;
    }

    .investors-grid-col .block-logos-grid {
        margin-right: 0;
    }

    /*** Program circle ***/
    .prg-circle-title-col h2, .prg-media h3 {
        font-size: 45px !important;
    }

    /*** Program circle ***/
    .prg-media h3 {
        font-size: 55px;
    }

}

@media screen and (min-width: 1900px) {

    .testimonialSlider {
        max-width: 1540px;
        margin: auto;
    }

    /* home page */
    /* single media page */
    .singleBody .thumbHead,
    .singleBody .videoHead {
        max-width: 1064px;
        margin: auto;
    }

    .sidebarSingle .postItem {
        padding-right: 10px;
    }

    .sidebarSingle {
        padding-left: 10px;
    }

    .the_champ_horizontal_sharing {
        flex-basis: 20%;
    }

    /* subscribe form */
    .contact-section .wpcf7-text:not(.wpcf7-email) {
        max-width: 200px !important;
    }

    .contact-section .wpcf7-email {
        max-width: 250px;
    }

    .sudcrInfo p {
        position: relative;
        right: -34px;
    }

    /* comunity page */
    .community_peopleRow .custom-section {
        max-width: 1540px;
    }

    /* apply page */
    /* old blocks  */
    .apply_twoTexts .apply_leftText > .vc_column-inner {
        padding-left: 0;
    }

    .apply_twoTexts .apply_rightText > .vc_column-inner {
        padding-left: 30px;
    }

    .apply_advantages .apply_advant {
        max-width: 450px;
        margin-right: 37px;
    }

    .apply_advantages .apply_advant1 {
        padding-left: 0;
        padding-right: 37px;
    }

    .apply_advantages .apply_advant2 {
        padding-left: 0;
        padding-right: 37px;
    }

    .apply_advantages .apply_advant3 {
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }

    .apply_advantages .apply_advant > .vc_column-inner {
        min-width: 450px;
    }

    .apply_advantages .apply_advant3 > .vc_column-inner {
        margin: 0;
    }

    /* end old blocks */
    /*team page */
    .teampage_testimonialSlider,
    .teampage_testimonialSlider .custom-section {
        max-width: unset;
    }

    .teampage_testimonialSlider .full_section_inner {
        max-width: 1696px;
        margin: auto;
    }

    /* footer */
    .column1 .widget_media_image img {
        width: 364px;
    }
}

@media screen and (max-width: 1900px) {
    .program-top-banner-content .content_width-section, .program-circle-section, .program-startup-programs-section .program-first.custom-partner-section {
        max-width: 1296px !important;
    }

    .program-first.custom-partner-section.asked-questions-section.place-to-work {
        padding-left: 15px;
    }
}

.demo_day_contact_row {
    padding-top: 45px;
    padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
    .demo_day_contact_row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.demo_day_contact_row .demo_day_contact_block p {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #15284b;
}

@media screen and (max-width: 991px) {
    .demo_day_contact_row .demo_day_contact_block p {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .demo_day_contact_row .demo_day_contact_block p {
        font-size: 18px;
    }
}

.demo_day_contact_row .demo_day_contact_block a {
    color: #15284b;
}

.demo_day_contact_row .demo_day_contact_block a:hover {
    color: #1a0dab;
}

@media screen and (min-width: 1400px) {
    .demo_day_contact_row .demo_day_contact_block {
        padding-left: 40px;
    }
}

body.page-template.page-template-template-demo-day-sponsors {
    padding-top: 0;
}

/**********************************************Demo Day Connect Page************************************************/
.column_demo_day_connect {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

div.connect_row {
    border-top: 15px solid #ffb700;
    border-bottom: 15px solid #ffb700;
}

@media (max-width: 767px) {
    div.connect_row {
        padding-top: 60px !important;
        padding-bottom: 100px !important;
    }
}

.demo_day_elements_row > .full_section_inner {
    display: grid;
    gap: 60px 40px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
}

@media (max-width: 1549px) {
    .demo_day_elements_row > .full_section_inner {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1299px) {
    .demo_day_elements_row {
        margin-right: 0;
        margin-left: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .demo_day_elements_row > .full_section_inner {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
        align-items: stretch;
    }
}

@media (max-width: 991px) {
    .demo_day_elements_row > .full_section_inner {
        gap: 15px 15px;
    }
}

@media (max-width: 575px) {
    .demo_day_elements_row > .full_section_inner {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
}

.demo_day_elements_row > .full_section_inner:before, .demo_day_elements_row > .full_section_inner:after {
    display: none;
}

.connect_item {
    width: 100%;
}

.connect_item.connect-item-with-badge::before {
    content: "Seed";
    display: block;
    width: 100%;
    height: 30px;
    background: #0f284e;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
}

.connect_item.connect-item-with-badge.series-a-badge:before {
    content: "Series A";
    background: #f4b30a;
    color: #10294d;
}

.connect_item > .vc_column-inner {
    padding: 15px 19px 0;
}

.connect_item > .vc_column-inner > .wpb_wrapper {
    display: grid;
    height: 100%;
    grid-template-rows: 150px repeat(2, auto) minmax(32px, auto) repeat(2, auto);
    grid-template-areas: "image image" "button1 button2" "name name" "country country" "description description" "team team";
    align-content: start;

}

.connect_item > .vc_column-inner > .wpb_wrapper > .demo_day_item_image {
    grid-area: image;
}

.connect_item > .vc_column-inner > .wpb_wrapper > div + a {
    grid-area: button1;
}

.connect_item > .vc_column-inner > .wpb_wrapper > div + a + a {
    grid-area: button2;
}

.connect_item > .vc_column-inner > .wpb_wrapper > .demo_day_item_heading {
    grid-area: name;
}

.connect_item > .vc_column-inner > .wpb_wrapper > .demo_day_item_country {
    grid-area: country;
}

.connect_item > .vc_column-inner > .wpb_wrapper > .demo_day_show_more {
    grid-area: description;
}

.connect_item > .vc_column-inner > .wpb_wrapper > .team_member_content_inner {
    grid-area: team;
}

.arrow-1 {
    cursor: pointer;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 5px;
    left: 0px;
}

.arrow-1 span {
    position: relative;
    top: 5px;
    width: 12px;
    height: 2px;
    background-color: #0d91d9;
    left: 0;
    display: block;
}

.arrow-1 span::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 2px;
    top: -3px;
    right: 0;
    background-color: #0d91d9;
    transform: rotate(45deg);
}

.arrow-1 span::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 2px;
    top: 3px;
    right: 0;
    background-color: #0d91d9;
    transform: rotate(-45deg);
}

.arrow-1:hover {
    animation: arrow-1 1s linear infinite;
}

.show-team {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.75px;
    font-weight: bold;
    color: #0d91d9;
    cursor: pointer;
    text-align: left;
    margin-left: 20px;
}

.team_member_content_inner {
    margin-bottom: 5px;
    position: relative;
}

.team_member_content_inner.showTeam {
    text-align: center;
}

.hiddenTeam .member img {
    width: 40px;
    height: 40px;
    animation: imageHide 1s;
}

.showTeam .member {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.showTeam .member img {
    width: 80px;
    height: 80px;
    animation: imageShow 1s;
    margin-bottom: 6px;
}

.hiddenTeam .member span, .hiddenTeam .member p {
    opacity: 0;
    animation: textHide 0.5s;
}

.showTeam .member span {
    position: absolute;
    top: 59px;
    right: 10px;
}

.showTeam .member span, .showTeam .member p {
    opacity: 1;
    animation: textShow 1s;
}

@media (max-width: 767px) {
    .showTeam .member span {
        top: 60px;
        right: 0;
    }
}

.hiddenTeam .member {
    width: 40px;
    max-height: 40px;
    overflow: hidden;
    float: left;
    animation: memberHide 1s;
    margin-right: 2px;
    margin-bottom: 15px;
}

.hiddenTeam .member span {
    animation: spanHide 1s;
}

.hiddenTeam .member p {
    animation: pHide 1s;
}

.showTeam .member {
    width: 140px;
    max-height: 100%;
    overflow: visible;
    float: left;
    animation: memberShow 1s;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .showTeam .member {
        width: 115px;
    }
}

.showTeam .member p {
    animation: pShow 1s;
}

.showTeam .arrow-1 {
    transition: transform 1s;
    transform: rotate(90deg);
}

.showTeam .arrow-1 span {
    background-color: #fdb515;
    transition: 1s;
}

.showTeam .arrow-1 span:before, .showTeam .arrow-1 span:after {
    background-color: #fdb515;
    transition: 1s;
}

.hiddenTeam .arrow-1 {
    transform: rotate(0deg);
    transition: transform 1s;
}

.hiddenTeam .arrow-1 span {
    transition: 1s;
}

.hiddenTeam .arrow-1 span:before, .showTeam .arrow-1 span:after {
    transition: 1s;
}

.member {
    transition: 1s all;
    position: relative;
}

.member p {
    font-size: 14px;
    line-height: 19px;
}

div.demo_day_show_more {
    margin-top: 0;
    margin-bottom: 24px;
}

div.demo_day_without_margin {
    margin-top: 5px;
    margin-bottom: 4px;
}

div.demo_day_show_more .content-show-more {
    margin-top: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
}

div.demo_day_show_more .content-show-more.hideContent {
    height: 22px;
}

div.demo_day_show_more .show-more {
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 10px;
    line-height: 14px;
}

.demo_day_button_item {
    border: none;
    border-radius: unset;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.8px;
    margin-top: 24px;
    margin-bottom: 24px;
    width: 116px;
    padding: 0;
    justify-self: center;
}

.demo_day_item_heading, .demo_day_item_country, .demo_day_item_description, .demo_day_team_head {
    text-align: left;
}

.demo_day_item_heading h6 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.37;
    color: #15284b;
    text-transform: none;
    letter-spacing: -0.6px;
}

.demo_day_item_country p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.75px;
    color: #15284b;
}

@media (max-width: 575px) {
    .demo_day_item_description {
        margin-bottom: 10px !important;
    }
}

.demo_day_item_description p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #15284b;
}

div.vc_row.demo_day_header_row {
    background-position: center center;
    padding-top: 380px;
    padding-bottom: 24px;
}

div.vc_row.demo_day_header_row.header-position-center-top {
    background-position: center top;
}

@media (max-width: 991px) {
    div.vc_row.demo_day_header_row {
        padding: 190px 15px 24px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .demo_day_header_row > .full_section_inner > .vc_column_container {
        width: 70%;
        margin-left: 10%;
    }
}

.demo_day_header_row h2 {
    font-family: 'Georgia', serif;
    font-size: 70px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #ffffff;
    max-width: 645px;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .demo_day_header_row h2 {
        font-size: 48px;
        line-height: 48px;
    }
}

@media (max-width: 575px) {
    .demo_day_header_row h2 {
        font-size: 40px;
        line-height: 40px;
    }
}

.demo_day_header_row h2:first-child {
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .demo_day_header_row h2:first-child {
        margin-bottom: 40px;
    }
}

div.demo_day_team_head {
    margin-top: auto;
    margin-bottom: 8px !important;
}

.demo_day_team_head p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.75px;
    color: #15284b;
    margin-bottom: 8px;
}

.demo_day_item_image > .wpb_wrapper {
    height: 100%;
}

.demo_day_item_image > .wpb_wrapper > .vc_single_image-wrapper {
    height: 100%;
    display: grid;
}

.demo_day_item_image img {
    align-self: center;
    justify-self: center;
}

.column_demo_day_connect {
    width: 1440px;
}

@media (max-width: 1549px) {
    .column_demo_day_connect {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .column_demo_day_connect {
        width: 100%;
    }
}

.demo_day_sponsors_text {
    margin-bottom: 85px !important;
}

.demo_day_sponsors_text h2 {
    font-family: 'Georgia', serif;
    font-size: 55px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.13;
    text-align: center;
    color: #15284b;
}

@media (max-width: 991px) {
    .demo_day_sponsors_text {
        margin-bottom: 40px !important;
    }

    .demo_day_sponsors_text h2 {
        font-size: 48px;
        line-height: 48px;
    }
}

@media (max-width: 575px) {
    .demo_day_sponsors_text h2 {
        font-size: 40px;
        line-height: 40px;
    }
}

.big_image_connect {
    max-width: 33.33%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.big_image_connect img {
    max-height: 200px;
    width: auto;
}

@media (max-width: 1200px) {
    .big_image_connect img {
        max-height: 150px;
        width: auto;
    }

    .big_image_connect {
        padding: 0 15px;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .big_image_connect {
        height: 150px;
    }
}

@media (min-width: 400px) and (max-width: 575px) {
    .big_image_connect img {
        max-width: 300px !important;
    }
}

@media (max-width: 575px) {
    .big_image_connect {
        max-width: 100%;
        height: 100px;
        margin-bottom: 20px;
        padding: 0 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .big_image_connect img {
        max-height: 100px;
        width: auto;
    }
}

.small_image_connect {
    max-width: 16%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first_small_image {
    margin-left: 18%;
}

@media (max-width: 1200px) {
    .first_small_image {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .last_small_image {
        float: none;
    }

    .last_big_image {
        float: none;
    }
}

@media (max-width: 575px) {
    .last_big_image {
        margin-bottom: 35px;
    }
}

.platinum_sponsors p {
    font-family: 'Georgia', serif;
    font-size: 46px;
    line-height: 52px;
    color: #15284b;
    margin-bottom: 90px !important;
}

@media (max-width: 575px) {
    .platinum_sponsors p {
        font-size: 36px;
        line-height: 42px;
    }
}

.gold_sponsors p {
    font-family: 'Georgia', serif;
    color: #15284b;
    font-size: 36px;
    line-height: 46px;
    margin-top: 10px;
}

@media (max-width: 575px) {
    .gold_sponsors p {
        font-size: 30px;
        line-height: 40px;
    }
}

.small_image_connect:first-child {
    margin-left: 10%;
}

.small_image_connect img {
    max-height: 78px;
    width: auto;
}

.small_image_connect:last-child {
    margin-right: 0;
}

@media (max-width: 1200px) {
    .small_image_connect {
        padding: 0 15px;
    }

    .small_image_connect {
        max-width: 25%;
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .small_image_connect {
        max-width: 50%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .small_image_connect img {
        max-height: 100px;
        width: auto;
    }
}

.demo_day_gallery_separator {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}

@media (max-width: 1200px) {
    .demo_day_gallery_separator {
        width: 100%;
    }
}

/*** Animations ***/
@keyframes imageShow {
    0% {
        width: 40px;
        height: 40px;
    }
    100% {
        width: 80px;
        height: 80px;
    }
}

@keyframes imageHide {
    0% {
        width: 80px;
        height: 80px;
    }
    100% {
        width: 40px;
        height: 40px;
    }
}

@keyframes memberHide {
    0% {
        max-height: 105px;
    }
    100% {
        max-height: 40px;
    }
}

@keyframes memberShow {
    0% {
        max-height: 40px;
    }
    100% {
        max-height: 105px;
    }
}

@keyframes spanHide {
    0% {
        opacity: 1;
        position: absolute;
        top: 59px;
        right: 10px;
    }
    50% {
        opacity: 0;
    }
    100% {

    }
}

@media (max-width: 767px) {
    @keyframes spanHide {
        0% {
            opacity: 1;
            position: absolute;
            top: 60px;
            right: 0;
        }
        50% {
            opacity: 0;
        }
        100% {

        }
    }
}

@keyframes pHide {
    0% {
        opacity: 1;
        font-size: 14px;
    }
    50% {
        opacity: 0;
        font-size: 9px;
    }
    100% {
        font-size: 1px;
    }
}

@keyframes pShow {
    0% {
        font-size: 1px;
    }
    50% {
        font-size: 9px;
    }
    100% {
        font-size: 14px;
    }
}

@keyframes textHide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes textShow {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*** Animations ***/
/*************************************************************************************************************/

/******************Media Kit Page****************************************/
.logos-berkeley-section .full_section_inner, .media-kit-hero .full_section_inner {
    max-width: 1326px;
    margin-left: auto;
    margin-right: auto;
}

.logos-berkeley-section img {
    margin-bottom: 18px;
}

.logos-berkeley-section .separator {
    margin: 20px 0 70px;
}

.media-kit-hero {
    padding: 113px 0 83px;
}

.top-section {
    padding-top: 97px;
}

.bottom-section {
    padding-bottom: 100px;
}

.circle-logos-column {
    width: 30%;
}

.logo-title {
    max-width: 500px;
}

.logo-title h3 {
    color: #15284b;
    font-size: 55px;
    line-height: 62px;
    font-family: 'Georgia Regular';
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
}

.logo-description p {
    color: #15284b;
    font-size: 15px;
    line-height: 20px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
}

.color-description p {
    color: #15284b;
    font-size: 15px;
    line-height: 20px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}

.color-description p strong {
    font-weight: 700;
}

.download-link {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 50px;
}

.download-link a {
    color: #00b0da;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}

.hero-title {
    margin-bottom: 30px;
}

.hero-title h2 {
    font-size: 70px;
    line-height: 79px;
    color: #15284b;
    font-family: 'Georgia Regular';
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
}

.hero-description p {
    color: #15284b;
    font-size: 24px;
    line-height: 30px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
}

.rectangle {
    width: 283px;
    height: 180px;
    margin-bottom: 18px;
}

.blue-rectangle {
    background-color: #15284b;
}

.yellow-rectangle {
    background-color: #ffb700;
}

.circle-logos-column .color-title p {
    color: #15284b;
    font-size: 22px;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 25px !important;
    font-weight: 700;
}

@media (max-width: 1399px) {
    .media-kit-hero {
        padding: 113px 30px 83px;
    }

    .logos-berkeley-section {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1079px) {
    .rectangle {
        width: 250px;
    }
}

@media (max-width: 991px) {
    .circle-logos-column {
        width: 50%;
        float: left;
    }

    .media-kit-hero {
        padding: 113px 15px 83px;
    }

    .logos-berkeley-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .hero-title h2 {
        font-size: 60px;
    }

    .hero-description p {
        font-size: 20px;
    }

    .logo-title h3 {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .circle-logos-column {
        width: 100%;
    }
}

/**************************************Media Kit page*******************************************/

/***********Program Specialized Tracks Block*********/

.hide-program-content {
    height: 168px;
    overflow: hidden;
}

.show-program-content {
    height: auto;
}

.testimonial {
    display: flex;
    margin-bottom: 24px;
}

.about-person {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial img {
    max-width: 132px;
    height: 132px;
    margin-right: 12px;
}

.testimonial .about-person .name {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #15284b;
    margin: 0 !important;
}

.about-person .description {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 10px;
    line-height: 1.4;
    text-align: left;
    color: #2277A5;
    margin-bottom: 4px !important;
}

.program-separator {
    height: 0;
    border: solid 1px #707070;
    margin-bottom: 12px;
}

.program-content-see-more p:first-child {
    margin-bottom: 0 !important;
}

.program-see-more-container h4 {
    text-transform: uppercase;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: #15284b !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .change-settings-button:hover {
    color: rgb(255, 183, 0) !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    border-radius: unset !important;
    background-color: #15284b !important;
    border: 1px solid rgb(255, 183, 0) !important;
    color: rgb(255, 183, 0) !important;
    text-transform: uppercase !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon:hover,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
    background-color: rgb(255, 183, 0) !important;
    color: #15284b !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button {
    background-color: rgb(255, 183, 0) !important;
    color: #15284b !important;
    text-transform: uppercase !important;
    border-radius: unset !important;
    border: none !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:hover {
    background-color: rgba(255, 183, 0, 0.7) !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
    color: #15284b !important;
    border: 1px solid rgb(255, 183, 0) !important;
    background-color: rgb(255, 183, 0) !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon:hover {
    background-color: #fbc848 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span:hover {
    color: rgb(255, 183, 0) !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-title .tab-title {
    font-family: 'Georgia', serif !important;
    font-weight: 700 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
    background-color: white !important;
}

/* link with arrow */

.link-with-arrow a:link,
.link-with-arrow a:visited {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    display: block;
    color: #0d91d9;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    font-family: Nunito Sans;
}

.link-with-arrow a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url("./assets/img/arrow-right.png");
}


/* skydeck horizontal blue container  */

.horizontal-blue-block .container {
    background-color: transparent;
    padding: 15px;
}

.horizontal-blue-block {
    padding: 33px 0px 17px 0px;
    background-color: #00b0da;
}

.horizontal-blue-block h4 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
}

.horizontal-blue-block .hb_title {
    padding-bottom: 20px;
    text-align: center;
}

.horizontal-blue-block .apply {
    text-align: center;
    white-space: nowrap;
}

.horizontal-blue-block .apply-button {
    color: rgb(21, 40, 75);
    border-color: #ffb700;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.8px;
    background-color: #ffb700;
    display: inline-block;
    height: 46px;
    border: none;
    line-height: 48px;
    text-align: center;
    padding: 0px 38px;
}

@media (min-width: 768px) {
    .horizontal-blue-block .container {
        padding: 0px;
    }
}

@media (min-width: 992px) {
    .horizontal-blue-block .container {
        max-width: 1440px;
    }

    .horizontal-blue-block .row {
        padding: 0px 96px;
    }

    .horizontal-blue-block h4 {
        font-size: 30px;
        line-height: 30px;
    }

    .horizontal-blue-block .hb_title {
        padding-bottom: 0px;
    }
}

@media (min-width: 1100px) {
    .horizontal-blue-block h4 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (min-width: 1300px) {
    .horizontal-blue-block .container {
        max-width: 1440px;
    }

    .horizontal-blue-block .row {
        padding: 0px 96px;
    }

    .horizontal-blue-block h4 {
        font-size: 50px;
        line-height: 50px;
    }
}

.position_bottom {
    margin-top: 314px;

}

#why-invest-skydeck {
    padding: 64px 15px 0 !important;
    width: 100%;
    margin: 0 auto;
}

.gallery-title-description > div {
    max-width: 1272px;
    margin: 0 auto;
}

.gallery-title-description.vc_row{
    margin-right:0;
    margin-left:0;
}

.gallery-title-description .wpb_text_column {
    padding: 0;
}

.gallery-title-description .wpb_text_column .logo_link, .gallery-title-description .wpb_text_column .title_center {
    padding: 0;
}

.gallery-title-description .wpb_gallery {
    padding: 0px 0px;
}
.gallery-title-description h4 {
    font-family: 'Georgia';
    padding-bottom: 20px;
    font-weight: normal;
}

@media (max-width: 1300px) {
    .gallery-title-description h4 {
        font-size: 48px;
        line-height: 49px;

    }

    .gallery-title-description h4 br, .gallery-title-description p br {
     display: none !important;
    }
}

@media (max-width: 767px) {
    .gallery-title-description h4 {
        font-size: 32px;
        line-height: 40px;

    }
}

.gallery-title-description.bottom-home .textBlockLeft h4 {
    font-size: 26px;
    line-height: 35px;
}

.gallery-title-description p {
    padding-bottom: 20px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}

@media (max-width: 1024px) {
    .gallery-title-description p {
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
        font-weight: normal;
    }
    .gallery-title-description p:last-child{
        padding-bottom: 0;
    }
}



.gallery-title-description .with-border .wpb_gallery {
    position: relative;
}

.gallery-title-description .with-border .wpb_gallery:before, .gallery-title-description .with-border .full-border:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffb700;
}

    .full-border {
        margin-left: 0px;
        margin-top: 20px;
    }

    .right_logo {
        margin-top: -20px;
    }


@media (min-width: 1300px) {
    .right_logo .wpb_gallery_slides.wpb_image_grid{
        padding: 8px 0 4px 38px;
    }
    .left_logo .wpb_gallery_slides.wpb_image_grid{
        padding: 8px 97px 4px 0;
    }
}

@media  (max-width: 1300px) {
    .right_logo .wpb_gallery_slides.wpb_image_grid{
        padding: 8px 0 4px 0;
    }
    .left_logo .wpb_gallery_slides.wpb_image_grid{
        padding: 8px 0 4px 0;
    }
}


 .right_logo .gallery_holder ul.v3 li{
    width: 30%;
}

.gallery-title-description .gallery_holder ul {
    display: flex;
    flex-wrap: wrap;
}

.gallery-title-description .gallery_holder ul.gallery_with_space.v3 li,
.gallery-title-description .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v3 li,
.gallery-title-description .gallery_holder ul.gallery_with_space.v4 li,
.gallery-title-description .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v4 li {
    width: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px !important;
    padding: 10px;
}

.gallery-title-description .gallery_holder img {
    max-height: 160px;
    width: auto;
    padding: 0;
}

@media (min-width: 1300px) {
    .logos .gallery_holder img {
        max-height: 80px;
        width: auto;
        padding: 0;
    }

    .logos .gallery_holder li.no_grayscale{
        padding-bottom:24px;
    }
    .logos .right_logo  .gallery_holder li.no_grayscale:last-child{
        padding-bottom:0;
    }

    .logos .left_logo  .gallery_holder li.no_grayscale:nth-last-child(-n+4){
        padding-bottom:0;
    }
}


@media (max-width: 575px) {
    .logos .gallery_holder li.no_grayscale {
        width: 50% !important;
    }
    .logos .gallery_holder img {
        width: auto;
        padding: 10px;
    }
}

@media (min-width: 575px) and (max-width: 768px) {
    .logos .gallery_holder li.no_grayscale {
        width: 33% !important;
    }
    .logos .gallery_holder img {
        width: auto;
        padding: 10px;
    }
}

@media (min-width: 575px) {
    .gallery-title-description .wpb_text_column {
        padding-left: 0;
        padding-right:0;
    }

    .gallery-title-description .wpb_text_column .logo_link, .gallery-title-description .title_center {
        padding: 0;
    }


    .gallery-title-description .gallery_holder ul.gallery_with_space.v3 li,
    .gallery-title-description .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v3 li
    .gallery-title-description .gallery_holder ul.gallery_with_space.v4 li,
    .gallery-title-description .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v4 li {
        width: 33% !important;
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    .gallery-title-description > .full_section_inner {
        display: flex;
    }
}

@media (min-width: 992px) {
    .gallery-title-description {
        padding: 72px 0px 0px;
    }

    .gallery-title-description a {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .gallery-title-description .gallery_holder ul.gallery_with_space.v4 li,
    .gallery-title-description .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v4 li {
        width: 23% !important;
    }

    .gallery-title-description .gallery_holder ul.gallery_with_space.v3 li,
    .gallery-title-description .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v3 li {
        width: 33% !important;
    }


}

@media (min-width: 1300px) {
    .gallery-title-description h4 {
        font-size: 70px;
        line-height: 79px;
    }

    .gallery-title-description.bottom-home h4 {
        font-size: 55px;
        line-height: 62px;
    }

    .gallery-title-description.bottom-home .textBlockLeft h4 {
        font-size: 26px;
        line-height: 35px;
    }
}
.gallery-title-description.bottom-home h5 {
    font-size: 35px;
    line-height: 1.14;
    color: #15284b;
    font-family: 'Georgia';
    font-weight: normal;
    font-stretch: normal;
}

/*  .company_in_numbers */

.company_in_numbers {
    background-color: #f8f8f8;
    padding-top: 72px;
    padding-bottom: 76px;
    text-align: left;
    max-width: 1272px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .company_in_numbers {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


.company_in_numbers .numbers-column .full_section_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.company_in_numbers .stats-circle-wrap {
    padding-bottom: 30px;
}

.company_in_numbers > .full_section_inner {
    /*border-bottom: 5px solid #ffb700;*/
    padding-bottom: 20px;
}

.company_in_numbers .numbers-text-left {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .company_in_numbers .numbers-text-left {
        padding-bottom: 0;
    }

    .company_in_numbers .home_fiveCircles {
        margin-right: -55px;
    }

    .company_in_numbers .stats-circle-wrap.vc_col-lg-4 {
        width: 33.33333333%;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .company_in_numbers .stats-circle-wrap {
        width: 33%;
    }
}

/* Company in numbers mini */
.company_in_numbers.mini {
    padding: 0;
}

@media (max-width: 1300px) {
    .company_in_numbers.mini, .why_sky_deck  {
        padding: 0 35px;
    }
    .why_sky_deck  {
        padding: 40px 35px;
    }
}
@media (min-width: 1300px) {
    .home_skydeckFund {
padding: 72px 0 90px;
    }
}

.company_in_numbers.mini .vc_column-inner{
    padding-left: 4px;
    padding-right: 10px;
}

.company_in_numbers.mini > .full_section_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 4px solid #ffb700;
    border-bottom: 4px solid #ffb700;
    padding: 10px 0 10px 0;
}

.company_in_numbers.mini > .full_section_inner .vc_column-inner {
    /*padding: 0;*/
}

.company_in_numbers.mini .blockLeftTitle {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.21;
}

.company_in_numbers.mini .blockLeftTitle + .wpb_text_column p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16.5px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.33;
    letter-spacing: 0.66px;
}

@media screen and (max-width: 1050px) {
    .company_in_numbers.mini .blockLeftTitle {
        font-size: 22px;
    }

    .company_in_numbers.mini .blockLeftTitle + .wpb_text_column p {
        font-size: 13.5px;
    }
}

.company_in_numbers.mini .circle-block p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: -2px;
    text-align: center;
}

@media screen and (max-width: 1050px) {
    .company_in_numbers.mini .circle-block p {
        font-size: 28px;
    }
}

.company_in_numbers.mini .circle-description {
    min-height: 0;
    margin: 0 auto;
}

.company_in_numbers.mini .circle-description p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 1.33;
}

@media screen and (max-width: 1050px) {
    .company_in_numbers.mini .circle-description p {
        font-size: 14px;
    }
}

.company_in_numbers.mini .company_numbers .vc_column-inner {
    padding: 0;
}

.company_in_numbers.mini .company_numbers .vc_column-inner > .wpb_wrapper {
    padding: 0 25px 0 25px;
    /*border-left: 1px solid #707070;*/
}
@media screen and (max-width: 1150px) {
    .company_in_numbers.mini .company_numbers .vc_column-inner > .wpb_wrapper {
        padding: 0;
        /*border-left: 1px solid #707070;*/
    }
}
@media screen and (min-width: 768px) {
    .company_in_numbers.mini .company_numbers .vc_column-inner > .wpb_wrapper:before {
        content: '';
        width: 1px;
        height: 86px;
        background: #707070;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
}

.company_in_numbers.mini .company_numbers .full_section_inner {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .company_in_numbers.mini .vc_col-sm-3 {
        width: 28%;
    }

    .company_in_numbers.mini .vc_col-sm-9 {
        width: 72%;
    }
}

.company_in_numbers.mini .vc_col-sm-9 {
    padding-left: 15px;
}

.company_in_numbers.mini .vc_col-sm-9 > .vc_column-inner {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .company_in_numbers.mini .company_numbers {
        padding-top: 20px;
    }

    .company_in_numbers.mini .company_numbers .full_section_inner > .wpb_column {
        padding: 10px 0;
    }
}

/*  .why_sky_deck */

.partners_InovativePartners.why_sky_deck .blockLeftTitle {
    margin-top: 0;
}

.vc_row.venture_fund{
    margin:0;
}

@media screen and (max-width: 768px) {
    .partners_InovativePartners .blockLeftTitle {
        margin-bottom: 0px;
    }
}

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

    .gallery-title-description.bottom-home h5 {
        font-size: 30px;
        line-height: 1.14;
        color: #15284b;
        font-family: 'Georgia';
        font-weight: normal;
        font-stretch: normal;
    }
}


    .partners_InovativePartners.why_sky_deck .vc_column-inner {
        padding: 0;
    }


.partners_InovativePartners.why_sky_deck .big-title.wpb_text_column {
    padding-bottom: 30px;
}

.why_sky_deck .wpb_text_column p a {
    margin-top: 20px;
}

.why_sky_deck .wpb_text_column .three-links {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: space-between;
}

.why_sky_deck .wpb_text_column h4 {
    font-size: 25px;
    line-height: 30px;
}
@media (max-width: 1024px) {
    .why_sky_deck .wpb_text_column h4 {
        font-size: 20px;
        line-height: 25px;
    }
}

.why_sky_deck .subtitle p {
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.33;
    color: #15284b;
}


@media screen and (min-width: 1300px) {
    .why_sky_deck .big_title p {
        max-width: 400px;
    }
}

.why_sky_deck .did_you_know {
    border-top: 4px solid #ffb700;
    border-bottom: 4px solid #ffb700;
    padding: 15px 0 20px;
}

.why_invest {
    border-top: 4px solid #ffb700;
}

.why_sky_deck .did_you_know h4 {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.why_sky_deck .did_you_know p {
    font-size: 16.5px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.33;
    letter-spacing: 0.66px;
    color: #15284b;
}

.did_you_know .wpb_wrapper{
    padding-left: 5px;
}

@media (max-width: 1199px) {
    .why_sky_deck .did_you_know {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}


@media (min-width: 1200px) {
    .why_sky_deck .right-block .vc_column-inner {
        padding-left: 0;
    }

    .why_sky_deck .right-block.wpb_column {
        padding-left: 0;
        max-width: 408px;
    }

    .why_sky_deck .subtitle {
        padding: 0;
        max-width: 408px;
    }
}
@media (min-width: 1200px) {

    .why_sky_deck .did_you_know {
        max-width: 318px;
        margin-top: 730px;
    }
}

@media (min-width: 1300px) {
    .why_sky_deck .right-block.wpb_column:first-child {
        margin-right: 24px;
    }
}
@media (min-width: 768px) and (max-width: 1300px) {
    .why_sky_deck .right-block.wpb_column {
        margin-right: 0;
        padding-right: 24px;
    }
}



.did_you_know {
    display: flex;
    justify-content: flex-start;
}

/* slider revolution button fix */

.home .wpb_revslider_element .tp-caption.button.rev-btn {
    white-space: nowrap !important;
}

/* toggle accordion menu */


/* open item */

.program-startup-programs-section .asked-questions-second-column .wpsm_panel .wpsm_panel-title a > span.fa:before {
    -webkit-transform: rotate(
            180deg
    );
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(
            180deg
    );
    color: #ffb700 !important;

}

/* closed item */
.program-startup-programs-section .asked-questions-second-column .wpsm_panel .wpsm_panel-title a.collapsed > span.fa:before {
    -webkit-transform: rotate(
            0deg
    );
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(
            0deg
    );
    color: #15284b !important;

}

@media (min-width: 1200px) {
    .partners_InovativePartners.why_sky_deck .blockLeftTitle {
        font-size: 90px;
        line-height: 1.14;
    }
    .special-right{
        width: 67%;
    }

    .partners_InovativePartners.why_sky_deck .special{
        max-width: 408px;
        width: 33%;
    }
}
@media (min-width: 1200px) {
    .special-row-block {
        margin-left: 24px;
    }
}
@media (max-width: 1199px) {
    .special-row-block {
        margin: 0;
    }
    .special-right,.partners_InovativePartners.why_sky_deck .special{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .special-row-block {
        margin-left: 0!important;
        margin-right: 0!important;
    }
}

@media (min-width: 762px) and (max-width: 1200px) {
    .right-block.vc_column_container {
        padding-right: 20px;
    }
}


@media (max-width: 1300px) {
    .tailored {
        padding: 0 35px;
    }
}

.gallery-title-description.tailored > div {
    padding-top: 30px;
    max-width: 1272px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .gallery-title-description.tailored > div {
        padding: 20px 0 0;
    }
}

@media (min-width: 1301px) {
    .title-tailored {
        max-width: 408px;
        margin-right: 24px;
    }
}

.title-tailored .wpb_text_column {
    padding: 0;
}

.title-tailored .wpb_text_column h4 {
    padding: 0 0 70px 0;
}

.title-tailored .vc_column-inner {
    padding: 0;
}

@media (max-width: 1200px) {
    .title-tailored .wpb_text_column h4 {
        padding: 0 0 20px 0;
    }

}
.tailored-programs .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.tailored-programs .vc_row {
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 1301px) {
    .tailored-programs {
        width: 840px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .tailored-programs {
        padding-left: 24px;
    }
}

@media (max-width: 1200px) {
    .tailored-programs, .title-tailored {
       width: 100%;
    }
    .title-tailored{
        margin-bottom: 15px;
    }

}



.tailored-program .wpb_text_column {
    padding: 0 !important;
}

.tailored-program h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.17;
    text-align: left;
    color: #15284b;
    padding-bottom: 4px;
}

@media (max-width: 1200px) {
    .tailored-program h4 {
        font-size: 20px;
        line-height: 25px;
        font-weight: 800;

    }
}

.tailored-program p {
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #15284b;
    padding-bottom: 10px;
}
.tailored-program p:last-child {
    padding-bottom: 0 !important;
}

@media (min-width: 1024px) {
    .image_tailored, .tailored-program {
        max-width: 408px;
    }
}

.image_tailored{
    margin-right: 24px;
}

@media (max-width: 1300px) {
    .image_tailored{
        margin-right: 0;
        padding-right: 15px;
    }
}

@media (max-width: 767px){
    .image_tailored, .right-block.tailored-program{
        margin-right: 0;
        padding-right: 0;
    }
    .title-tailored .wpb_text_column h4{
        font-size: 32px;
        line-height: 40px;
    }

}


@media (min-width: 768px) {
    .right-block.tailored-program .vc_column-inner {
        padding-left: 0;
    }
}


@media (max-width: 1024px) {
    .image_tailored {
        padding-bottom: 15px;
    }
}


.gallery-title-description .title_center h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #15284b;
}

@media screen and (min-width: 1420px) {
    .gallery-title-description .title_center h4 {
        width: 170px;
    }
}


.gallery-title-description .logo_link .wpb_text_column {
    padding: 0;
}

.image_tailored .vc_column-inner, .title_center .vc_column-inner {
    padding: 0;
}


/*What-happening at Skydeck*/

.what-happening > div, .video_block > div {
    padding: 0;
    max-width: 1272px;
    margin: 0 auto;
}

.what-happening{
    padding: 30px 0 90px;
}

@media screen and (max-width: 1300px) {
    .what-happening {
        padding: 30px 35px 50px;
    }
}

.smallTitle h4 {
    margin-bottom: 10px;
    max-width: 408px;
    font-family: 'Georgia';
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #15284b;
}

.smallTitle p {
    margin-bottom: 15px;
    max-width: 324px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #15284b;
}

.main_post, .posts {
    max-width: 408px;
    width: 100%;
}

.post_date {
    text-transform: uppercase;
    font-family: 'Nunito Sans';
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #0d91d9;
}

.post-title {
    font-family: 'Nunito Sans';
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #15284b;
}

.post-title a:link {
    color: #15284b;
}


.post-text p {
    font-family: 'Nunito Sans';
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #545454;
    max-height: 110px;
}


/*other post*/

.inline, .inline p {
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #00b0da;
    padding-bottom: 0px;

}

.inline.slash {
    padding-left: 6px !important;
}

@media screen and (max-width: 479px) {
    .inline.slash {
        padding-left: 0px !important;
    }
}

.inline.slash p, .inline.by p {
    color: #707070;
}

.block {
    display: block;
}

.other_post_image {
    max-width: 193px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .other_post_image {
        max-width: 250px;
    }
}


.vc_gitem-zone-a .vc_gitem-row-position-top, .vc_gitem-zone-a .vc_gitem-row-position-middle,
.vc_gitem-zone-a .vc_gitem-row-position-bottom, .vc_gitem-zone .vc-zone-link {
    position: static;
}

.what-happening .vc-gitem-zone-height-mode-auto:before {
    display: none;
    padding: 0;
}

.vc_gitem-row-position-middle {
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
}

.post_date.vc_gitem-post-data, .post-text.vc_gitem-post-data, .post-title.vc_gitem-post-data {
    margin-bottom: 0;
}


.vc_gitem_row .vc_gitem-col {
    padding: 0;
}

.other_post .vc_gitem_row.vc_row {
    display: flex;
    flex-wrap: nowrap;
}

.vc_gitem-col.other_post_text {
    padding: 0 0 0 8px;
    margin-top: -10px;
}


.what-happening .vc_column_container > .vc_column-inner{
    padding-left: 0;
    padding-right: 0;
}

.what-happening.vc_row {
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 1200px) {
    .what-happening-block .link-with-arrow, .what-happening-block .second-column {
        max-width: 408px;
        margin-right: 24px;
    }
}


.what-happening-block .full_section_inner {
    display: flex;
}

@media (max-width: 1200px) {
    .what-happening-block .full_section_inner {
        display: flex;
        flex-wrap: wrap;
    }

    .what-happening-block .link-with-arrow{
        width: 100%;
        max-width: inherit;
        margin-bottom: 25px;
    }

    .posts{
        max-width: inherit;
        width: 50%;
    }

    .posts .vc_grid-item{
        padding-right: 0 !important;
    }

    .second-column{
        margin-right: 0;
        padding-right: 24px;
        max-width: inherit;
        width: 50%;
    }

    .main_post{
        max-width: inherit;
    }

    .smallTitle p{
        max-width: inherit;
    }

    .smallTitle h4{
        max-width: inherit;
    }
    .post-title{
        font-size: 18px;
    }
}

@media (max-width: 768px) {

    .posts{
        max-width: inherit;
        width: 100%;
    }

    .posts{
        max-width: inherit;
        width: 100%;
    }
    .other_post .vc_gitem_row.vc_row .other_post_image{
        max-width: inherit;
    }

    .posts .vc_grid-item, .second-column .vc_grid-item{
        padding-right: 0 !important;
        padding-bottom: 25px !important;
    }

    .second-column .vc_grid-item{
        padding-right: 0 !important;
        margin-bottom: 25px;
    }

    .vc_gitem-col.other_post_text{
        padding: 0;
        margin-top: 0;
    }


    .other_post .vc_gitem_row.vc_row{
        flex-wrap: wrap;
    }

    .second-column{
        margin-right: 0;
        max-width: inherit;
        width: 100%;
    }

    .main_post{
        max-width: inherit;
    }

    .smallTitle p{
        max-width: inherit;
        font-size: 16px;
    }

    .smallTitle h4{
        max-width: inherit;
        font-size: 30px;
    }

    .posts .vc_pageable-slide-wrapper{
        margin-right: 0 !important;
    }
}


.what-happening .vc_row{
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 1290px) {

    .smallTitle p {
        width: auto;
    }

    .other_post .vc_col-sm-6.vc_gitem-col.vc_gitem-col-align- {
        width: auto;
    }

}

@media (max-width: 768px) {
    .other_post .vc_col-sm-6.vc_gitem-col.vc_gitem-col-align- {
        width: 100%;
    }
    .wpb_single_image .vc_figure{
        width: 100% !important;
    }
    .main_post {
        margin-bottom: 15px;
    }

    .vc_responsive .vc_grid-filter {
        display: inline-block !important;
    }

    .post-text {
        width: auto;
    }

    .other_post_image {
        max-width: 250px;
    }

    .what-happening-block .full_section_inner {
        flex-wrap: wrap;
    }

    .what-happening > div, .video_block > div, .gallery-title-description > div {
        padding: 0;
    }

}

.video_block .vc_column_container>.vc_column-inner{
    padding: 0;
}


.video_block{
    margin:0;
}
@media screen and (max-width: 1300px) {
    .video_block {
        padding: 60px 35px 0;
        margin: 0;
    }
}

@media screen and (min-width: 1300px) {
    .video_section .full_section_inner {
        padding: 0 0 0 72px;
    }

    .video_block{
        padding: 0;
    }

    .video-title{
        padding-top: 32px;
    }
}

.video_block .vc_row.video_section{
    margin-left:0;
    margin-right:0;
}

.video-title h3 {
    font-family: 'Georgia';
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #15284b;
}

.video_block .video_section .full_section_inner {
    display: flex;
}



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

    .video-title h3 {
        text-align: center;
        font-size: 40px;
    }
}

@media screen and (min-width: 1125px) {
    .video-title  {
        margin-left: 24px;
    }
}

@media (max-width: 1000px) {
    .video_block .video_section .full_section_inner {
        flex-direction: column-reverse;
    }

    .video-title h3 {
        text-align: center;
        font-size: 30px;
    }
    .video-title h3 br{
        display: none;
    }

    .video-title, .program-header-video{
        width: 100%;
    }
}

@media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio:0) {
    .video_block .full_section_inner:before {
        content: '';
        background-color: #ededed;
        height: 100%;
        width: 2000px;
        left: -50%;
        position: absolute;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }

}


/*.gallery-title-description .logo_link .first .wpb_text_column  {*/
/*    padding-left: 10px;*/
/*}*/
.skyAdvisor_section .section_inner {
    width: 1272px;
}
.vc_row.skyAdvisor_section{
    margin-right: 0;
    margin-left: 0;
}

@media screen and (min-width: 1000px) {
    .skyAdvisor_section .section_inner:before {
        content: '';
        background-color: #ededed;
        height: 100%;
        width: 2000px;
        left: 50%;
        position: absolute;
        transform: translate(-10%, 0);
        -webkit-transform: translate(-10%, 0);
    }
}


.skyAdvisor_category {
    padding-bottom: 10px;
}

.skyAdvisor_title {
    padding-bottom: 20px;
}

.skyAdvisor_category p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.8px;
    color: #15284b;
}

.skyAdvisor_title p {
    font-family: 'Georgia', sans-serif;
    font-size: 50px;
    line-height: 1.14;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .skyAdvisor_title p {
        font-size: 30px;
    }
}

.skyAdvisor_description p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #15284b;
    padding-bottom: 10px;
    max-width: 481px;
}

.skyAdvisor_description p a {
    position: relative;
    padding-left: 26px;
    margin-top: 5px;
    margin-bottom: 20px;
    display: block;
    color: #0d91d9;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.skyAdvisor_description p a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url('/wp-content/themes/bridge-child/assets/img/arrow-right.png');
}

.skyAdvisor_right > .vc_column-inner {
    position: relative;
}

@media screen and (max-width: 1000px ) {
    .skyAdvisor_right:before {
        content: '';
        background-color: #ededed;
        height: 100%;
        width: 1000px;
        left: 0;
        position: absolute;
    }
}

@media screen and (min-width: 768px) {
    .skyAdvisor_right {
        padding-left: 47px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .skyAdvisor_container > .vc_column-inner > .wpb_wrapper > .section > .full_section_inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .skyAdvisor_left {
        width: 60%;
    }
}

.skyAdvisor_left {
    max-width: 518px;
}

.skyAdvisor_container .vc_row, .skyAdvisor_container .vc_column-inner, .skyAdvisor_left .vc_column-inner{
    margin:0;
    padding:0;
}
.skyAdvisor_section .section_inner_margin{
    margin-left:0;
}



.archive .content_inner, .category .content_inner {
    padding: 15px 0;
}

@media screen and (min-width: 1000px) {
    .archive .content_inner, .category .content_inner {
        padding: 136px 0;
    }
}

.archive .content_inner h1, .category .content_inner h1 {
    font-family: 'Georgia', sans-serif;
    font-size: 70px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #15284b;
}

@media (min-width: 1300px) {
    .sd-post-grid {
        max-width: 1272px;
    }
}

@media screen and (max-width: 568px) {
    .sd-post-grid {
        padding: 0 15px;
    }
}

.sd-post-grid > h1 {
    margin-bottom: 12px;
}

.sd-post-grid .category-name {
    max-width: 160px;
    width: 100%;
    margin-right: 32px;
}

@media screen and (max-width: 568px) {
    .sd-post-grid .category-name {
        max-width: 100%;
    }
}

.sd-post-grid .category-name, .sd-post-grid .category-name p, .sd-post-grid .category-name span {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #15284b;
}

.sd-post-grid .category-name p, .sd-post-grid .category-name span {
    font-weight: 600;
}

.sd-post-grid .pagination-block {
    padding: 80px 0 0;
}

.sd-post-grid_inner {
    padding-top: 12px;
    border-top: solid 5px #fdb515;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 568px) {
    .sd-post-grid_inner {
        flex-direction: column;
    }
}


.sd-post-grid_inner .site-content {
    padding-top: 88px;
    gap: 30px;
    column-gap: 0;
    width: 100%;
}

.sd-post-grid_inner .site-content .post-card_container{
    padding-bottom:30px;
}

@media screen and (max-width: 568px) {
     .sd-post-grid_inner .site-content {
        padding-top: 25px;
    }
}

.no-post-found {
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 1300px) {
    .heros{
        padding: 30px 35px 0;
    }
}
@media screen and (max-width: 1200px) {
    .hero-logo .wpb_image_grid .gallery_inner li{
        width: 50% !important;
        display:flex;
        justify-content: center;
    }
    .gallery-title-description .gallery_holder img{
        padding:10px;
    }
    .hero-logo .vc_column-inner{
        padding:0;
    }
}

@media screen and (max-width: 1024px) {
    .hero-logo {
        padding: 0 35px;
    }
}

.heros .vc_column-inner{
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 1300px) {
    .heros{
        max-width: 408px;
        margin-right: 24px;
    }

    .hero-logo .vc_column-inner, .hero-logo .wpb_gallery{
        padding:0;
    }
    .hero-logo .gallery_with_space .no_grayscale{
        padding: 0 !important;
    }
    .hero-logo{
        padding-bottom: 96px;
        padding-right: 90px;
        width: 66%;
    }

}

.with-border .vc_column-inner{
    padding: 0;
}

@media screen and (min-width: 1301px) {
    .with-border:first-child {
        margin-right: 24px;
    }
    .with-border {
        max-width: 624px;
    }
}
@media screen and (max-width: 1200px) {
    .with-border, .title_center, .right_logo {
        width: 100%;
    }

    .with-border:first-child{
        margin-bottom: 35px;
    }

    .with-border .full-border .full_section_inner {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .with-border:first-child {
        padding-right: 24px;
    }
}

.with-border .vc_row{
    margin-right: 0;
    margin-left: 0;

}

.wpb_single_image img, .wpb_single_image .vc_single_image-wrapper{
    width: 100%;
}
@media screen and (min-width: 1300px) {
    .gallery-title-description.bottom-home {
        padding-top: 128px;
    }
}

@media screen and (max-width: 1300px) {
    .logos {
padding: 60px 35px 0;
    }
}

.home_slider .hermes .tp-bullet:after {
    background-color: #ffffff;
}

.home_slider .hermes .tp-bullet {
    box-shadow: inset 0 0 0 2px rgb(255 255 255);
}

.hermes .tp-bullet.selected:after{
    border-radius: 50%;
}
.clearfix:before{
    display:inherit;
}

.hided_block{
    display: none;
}