.section--home_updated .video-container {
    display: block;
    height: 100%;
    overflow: auto;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
}
.section--home_updated .video-container.video_container_img_one {
    background: url('../uploads/network-professional-development_crop.jpg');
}
.section--home_updated .video-container.video_container_img_two {
    background:url('../uploads/leadership-development.jpg');
}
.section--home_updated .video-container.video_container_img_three {
    background:url('../img/img5.png');
}


.section--home_updated .video-container .home_image_wrapper {
    width: 100%;
    height: 538px;
    background-size: cover !important;
    background-repeat: no-repeat;
    display: flex;
}

.section--home_updated .subblock-vertical .item {
    position: relative;
    padding-bottom: 80px;
}

.section--home_updated .subblock-vertical .item:after {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/right-arrow-inside-circle-white.svg") no-repeat center center;
    background-size: contain;
    width: 53px;
    height: 54px;
    right: 35px;
    bottom: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section--home .block--with-video.block--with-video_small {
    height: 335px;
}

.section--orange {
    background: #e4b720;
}

.section--orange .content {
    padding: 80px 0;
}

.section--orange .content p {
    margin: 30px 0 0 0;
    color: #000;
    font-size: 16px;
    line-height: 1.67;
    max-width: 100%;
}

.section--home-courses-holder {
    background: #0d5270;
    padding: 30px 20px 60px 20px;
}

.section--home-courses-holder .item__title {
    color: #fff;
}

.courses-posts-holder {
    margin: 0 -10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.section--home-courses-holder .item-course {
    width: calc((100% - 60px) / 4);
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    margin: 20px 10px 0 10px;
}


.section--home-courses-holder .item-course .item__image {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 220px;
}

.section--home-courses-holder .item-course .item__description {
    padding: 35px;
}

.section--home-courses-holder .item-course .item__description .item__title {
    font-size: 20px;
    color: #171717;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.section--home-courses-holder .item-course:hover .item__description .item__title {
    color: #f07e26;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.section--home-courses-holder .item-course .course_label {
    position: absolute;
    background: #f07e26;
    color: #fff;
    bottom: 20px;
    left: -2px;
    padding: 10px 20px 10px 27px;
    font-size: 18px;
    font-weight: bold;
}

.section--home-form {
    padding: 35px 0;
    position: relative;
}

.section--home-form:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    background: #152127;
}

.home_form_holder {
    width: 830px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 20px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.home_form_holder .item__title {
    color: #626262;
}

.home_form_holder p {
    padding: 0 20px;
    line-height: 20px;
    font-size: 16px;
    color: #252525
}

.home_form_holder form {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.home_form_holder .field {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.home_form_holder .field_short {
    width: calc((100% - 30px) / 2);
}

.home_form_holder .field_long {
    width: 100%;
}

.home_form_holder .field label {
    font-size: 16px;
    color: #252525;
    font-weight: bold;
    cursor: pointer;
}

.home_form_holder .field input, .home_form_holder .field .select, .home_form_holder .field textarea {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d2d8dd;
    outline: none;
    font-size: 16px;
    color: #252525;
}

.home_form_holder .field .styledSelect {
    padding: 0 25px 0 10px !important;
    line-height: 34px !important;
    color: #252525;
}

.home_form_holder .field .styledSelect:after {
    border-color: #252525 transparent transparent transparent;
    top: 15px;
}

.home_form_holder .field .options {
    top: calc(100% + 1px) !important;
}

.home_form_holder .field .options li {
    padding: 0 10px !important;
    height: 34px;
    font-size: 16px;
    line-height: 34px !important;
}

.home_form_holder .field textarea {
    height: 76px;
    resize: none;
    padding: 10px 5px;
}

.home_form_holder .field_button {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 120px;
}

.home_form_holder .field_button button {
    border: none;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #f07e26;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;

}

.home_form_holder .field_button button:hover {
    background: #f28b3c;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.section--course-single {
    position: relative;
    font-size: 24px;
    font-weigth: bold;
    color: #fff;
    line-height: 28px;
}

.section--course-single:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 400px;
    background: #e4b720;
}

.section--course-single .overview_holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}

.section--course-single .image_holder {
    width: 100%;
    height: 600px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
}

.section--course-single h3 {
    font-size: 46px;
    font-weight: normal;
    line-height: 1.2;
    color: #fff;
    margin-top: 50px;
    padding-bottom: 25px;

}

.section--course-single p {
    margin-top: 25px;
}
.section--course-single ul{
    padding: 0 0 0 22px;
    list-style-position: outside;
}

.section--course-style {
    background: #fff;
}

.section--course-style .section__inner {
    display: flex;
    flex-direction: row;
    padding: 45px 0;
}

.section--course-style .image_holder {
    width: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.section--course-style .image_holder img {
    width: 100%;
    height: auto;
}

.section--course-style .content_holder {
    width: calc(100% - 190px);
    display: flex;
    flex-direction: column;
    padding-left: 45px;
}

.section--course-style h4 {
    font-size: 32px;
    color: #656464;
}

.section--course-style p {
    font-size: 24px;
    font-weight: bold;
    color: #656464;
    line-height: 28px;
    margin-top: 25px;
}

.section--course-columns {
    background: #e4b720;
}

.section--course-columns .columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.section--course-columns .columns:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 20px;
    left: calc(45% - 3px);
    width: 6px;
    background: #fff;
}

.section--course-columns .section__inner {
    display: flex;
    flex-direction: row;
    padding: 45px 0;
}

.section--course-columns .columns .block {
    width: 45%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 6px solid #fff;
    padding: 20px 0;
    color: #fff;
}

.section--course-columns .columns .block:nth-child(even) {
    width: 55%;
    flex-direction: row-reverse;
}

.section--course-columns .columns .block:first-child, .section--course-columns .columns .block:nth-child(2) {
    border-top: none;
}


.section--course-columns .block .image_holder {
    width: 150px;
    display: block;
}

.section--course-columns .block .image_holder img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.section--course-columns .block a {
    color: #005172;
    word-wrap: anywhere;
}

.section--course-columns .block .content_holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}

.section--course-columns .block .extra_content {
    border-top: 6px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
}

.section--course-columns .columns .block:nth-child(even) .content_holder {
    padding-left: 20px;
}

.section--course-columns .block .content_holder_wrap {
    width: calc(100% - 150px);
    padding: 0 60px 0 20px;
}

.section--course-columns .columns .block:nth-child(even) .content_holder_wrap {
    text-align: right;
    padding: 0 20px 0 60px;
}

.section--course-columns .block h5 {
    font-size: 32px;
    line-height: 36px;
}

.section--course-columns .block p {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 15px;
}

.section--course-columns .block ul {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    width: 100%;
    padding: 0 0 0 18px;
    list-style-position: outside;
}

.section--course-columns .block .white_content {
    background: #fff;
    color: #656464;
    padding: 20px;
    margin-top: 80px;
}
.section--course-columns .block .white_content p {
    font-size: 24px;
    line-height: 28px;
}
.section--course-columns .block .white_content h4 {
    font-size: 38px;
    line-height: 42px;
}
.btns__wrapper a.single_btn {
    width: 100%;
}


@media screen and (min-width: 1201px) {
    .item__btns__wrapper.item__btns__wrapper_3:not(:nth-child(3n+3)) {
        margin-right: 2.4%;
    }

    .item__btns__wrapper.item__btns__wrapper_3:nth-child(3n+3) {
        margin-right: 0;
    }

    .item__btns__wrapper.item__btns__wrapper_3 {
        width: calc(95.2% / 3);

    }

}

@media screen and (max-width: 1200px) {
    .section--home_updated .video-container .home_image_wrapper {
        height: calc((100vw - 60px) * 0.6666);
    }

    .section--home .block--with-video.block--with-video_small {
        height: auto;
    }

    .section--home .block--with-video.block--with-video_small .video-container {
        height: calc((100vw - 60px) * 0.4134);
    }
    .section--course-single .image_holder {
        height: calc((100vw - 60px) * 0.5627);
    }
    .section--course-single:before {
        top: calc((100vw - 60px) * 0.5627 * 0.6666);
    }

}


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

    .home_form_holder {
        width: 100%;
    }

}

@media screen and (min-width: 768px) {
    .slider-image-home .slick-arrow {
        width: 78px;
        height: 80px;
        overflow: hidden;
    }
}
@media screen and (max-width: 767px) {
    .section--home_updated .video-container .home_image_wrapper {
        height: calc((100vw - 30px) * 0.6666);
    }

    .section--home .block--with-video.block--with-video_small {
        height: auto;
    }

    .section--home .block--with-video.block--with-video_small .video-container {
        height: calc((100vw - 30px) * 0.4134);
    }

    .home_form_holder {
        padding: 20px;
    }

    .home_form_holder p {
        padding: 0;
    }

    .home_form_holder .field_short {
        width: 100%;
    }

    .home_form_holder .field_button {
        margin-top: 60px;
    }
    .section--course-single .image_holder {
        height: calc((100vw - 30px) * 0.5627);
    }
    .section--course-single:before {
        top: calc((100vw - 30px) * 0.5627 * 0.6666);
    }
    .section--course-single h3 {
        font-size: 32px;
        margin-top: 30px;
        padding-bottom: 10px;
    }
    .section--course-single, .section--course-single p, .section--course-style p, .section--course-columns .block .white_content p {
        font-size: 18px;
        line-height: 24px;
    }
    .section--course-single ul {
        padding-left: 16px;
    }
    .section--course-style .section__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .section--course-style .content_holder {
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }
    .section--course-style h4 {
        font-size: 24px;
    }
    .section--course-columns {
        background-size: 100% auto!important;
        background-position: top -100px center !important
    }

    .section--course-columns .columns:before {
        display: none!important;
    }
    .section--course-columns .columns .block {
        width: 100%!important;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        border-top: 6px solid #fff!important;
    }
    .section--course-columns .columns .block:first-child {
        border-top: none!important;
    }
    .section--course-columns .block .content_holder_wrap {
        width: 100%!important;
        padding: 20px 0!important;
        text-align: left!important;
    }
    .section--course-columns .block:first-child {
        /*order: 1;*/
    }
    .section--course-columns .block:nth-child(2) {
        /*order: 3;*/
    }
    .section--course-columns .block:nth-child(3) {
        /*order: 2;*/
    }
    .section--course-columns .block:nth-child(4) {
        /*order: 4;*/
    }
    .section--course-columns .block:nth-child(5) {
        /*order: 5;*/
    }
    .section--course-columns .block:nth-child(6) {
        /*order: 6;*/
    }
    .section--course-columns .block .white_content h4 {
        font-size: 32px;
        line-height: 38px;
    }
}
