
/*
============================================================
		  HOMEPAGE MAIN SLIDER
============================================================
*/
.slider_main_wrap {
 position: relative;
 max-height: 700px;
}
.slider_main_wrap figure {
 width: 100%;
 position: relative;
}
.slider_main_wrap figure img{
 max-height: 700px;
}
.slider_main_wrap figure:before {
 content: "";
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 position: absolute;
 background-color: #000000;
 opacity: 0.5;
}
.slider_main_wrap figure figcaption {
 position: absolute;
 left: 0;
 right: 0;
 top: 50%;
 margin: -109px auto 0;
 text-align: center;
}
.slider_main_wrap figcaption span {
 font-size: 24px;
 font-weight: normal;
 position: relative;
 color: #fff;
 padding-bottom: 13px;
 display: inline-block;
 margin-bottom: 4px;
}
.slider_main_wrap figcaption span:before {
 content: "";
 left: 0;
 right: 0;
 bottom: 0;
 position: absolute;
 height: 2px;
 width: 120px;
 background-color: #d3d3d3;
 margin: 0 auto;
}
.slider_main_wrap figcaption h2 {
 font-weight: 700;
 color: #fff;
 margin-bottom: 13px;
}
.slider_main_wrap figcaption p {
 color: #fff;
 margin: 0 0 30px 0;
 font-size: 20px;
}
.slider_main_wrap .owl-theme .owl-dots .owl-dot span {
 width: 14px;
 height: 14px;
 border: 4px solid #fff;
 border-radius: 100%;
 margin: 0 4px;
 background-color: transparent;
 display: inline-block;
}
.slider_main_wrap .owl-theme .owl-dots {
 bottom: 70px;
 left: 0;
 margin: 0;
 position: absolute;
 right: 0;
 text-align: center;
 z-index: 2222;
}
.slider_main_wrap .owl-theme .owl-dots .owl-dot.active span{
 border-color: #ba1718;
}

/*
============================================================
		  HOMEPAGE CATEGORIES SECTION
============================================================
*/
.course_cat_section {
 background-color: #ffffff;
}
.course_cat_wrap {
 width: 100%;
 padding: 69px 0 40px;
}

.course_cat_content {
 width: 100%;
 position: relative;
 background-color: #f8f8f8 !important;
 padding: 31px 23px 31px;
 margin-bottom: 30px;

 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;

}
.course_cat_content:before {
 content: "";
 position: absolute;
 right: 0;
 top: 0;
 bottom: 0;
 height: 100%;
 width: 2px;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
}
/*.course_cat_content:hover:before {*/
 /*width: 5px;*/
/*}*/
.course_cat_content_caption {
 overflow: hidden;
 text-align: left;
 padding-left: 23px;
}
.course_cat_content > span {
 color: #000000;
 font-size: 46px;
 margin: auto 0;
 padding: 12px 0 8px;
 vertical-align: middle;

 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
}
/*.course_cat_wrap .course_cat_content:hover span {*/
 /*color: #fff;*/
/*}*/
.course_cat_content_caption h5 {
 text-align: left;
 font-weight: normal;
 margin-bottom: 10px;
 text-transform: uppercase;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;

 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
}
/*.course_cat_content:hover .course_cat_content_caption > h5 {*/
 /*color: #fff;*/
/*}*/
.course_cat_content_caption p {
 margin: 0;
 color: #777777;
 font-family: 'Source Sans Pro', sans-serif;
 font-size: 15px;
 font-weight: 300;
 line-height: 30px;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
}
/*.course_cat_content:hover .course_cat_content_caption > p {*/
 /*color: #fff;*/
/*}*/
/*color-1*/
.course_cat_content.color-1 > span {
 color: #10c45c;
}
.course_cat_content.color-1:hover {
 background-color: #10c45c;
}
.course_cat_content.color-1:before {
 background-color: #0eb053;
}
.course_cat_content.color-1:hover:before {
 background-color: #0eb053;
}
/*color-2*/
.course_cat_content.color-2 > span {
 color: #fc5f42;
}
.course_cat_content.color-2:hover {
 background-color: #fc5f42;
}
.course_cat_content.color-2:before {
 background-color: #fd2a03;
}
.course_cat_content.color-2:hover:before {
 background-color: #fd2a03;
}
/*color-3*/
.course_cat_content.color-3 > span {
 color: #24ccc0;
}
.course_cat_content.color-3:hover {
 background-color: #24ccc0;
}
.course_cat_content.color-3:before {
 background-color: #079d92;
}
.course_cat_content.color-3:hover:before {
 background-color: #079d92;
}
/*color-4*/
.course_cat_content.color-4 > span {
 color: #45aef4;
}
.course_cat_content.color-4:hover {
 background-color: #45aef4;
}
.course_cat_content.color-4:before {
 background-color: #008be7;
}
.course_cat_content.color-4:hover:before {
 background-color: #008be7;
}
/*color-5*/
.course_cat_content.color-5 > span {
 color: #f8c331;
}
.course_cat_content.color-5:hover {
 background-color: #f8c331;
}
.course_cat_content.color-5:before {
 background-color: #e1a500;
}
.course_cat_content.color-5:hover:before {
 background-color: #e1a500;
}
/*color-6*/
.course_cat_content.color-6 > span {
 color: #ad33c6;
}
.course_cat_content.color-6:hover {
 background-color: #ad33c6;
}
.course_cat_content.color-6:before {
 background-color: #9000ae;
}
.course_cat_content.color-6:hover:before {
 background-color: #9000ae;
}



/*
============================================================
		  HOMEPAGE TRAINING SECTION
============================================================
*/

.training_section_bg {
 background-image: url('../../bundles/website/img/training-bg.jpg');
 position: relative;
 overflow: visible;
 min-height: 500px;
 padding-bottom: 39px;
 padding-top: 70px;
}
.training_section_bg:before {
 content: "";
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 position: absolute;
 background-color: #333333;
 opacity: 0.85;
}
.training_section_wrap {
 text-align: center;
 width: 100%;
 margin-top: -11px;
}
.training_section_wrap h2 {
 font-weight: 300;
 color: #fff;
 margin-top:60px;
 margin-bottom: 7px;
}
.training_section_wrap h3 {
 font-weight: 300;
 margin-bottom:60px;
 color: #fff;
 font-size: 20px;
}

/*
============================================================
		  HOMEPAGE TESTIMONIALS SECTION
============================================================
*/
.testimonials_section{
 position: relative;
 padding-bottom: 39px;
 padding-top: 70px;
}

.testimonial_wrap{
 border: 1px solid #e1e1e1;
 background: #fff;
 padding: 23px 10px 24px 0;
 position: relative;
 text-align: left;
 width: 100%;
 min-height: 220px;
 margin-bottom: 20px;
 transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -webkit-transition: all 0.3s ease-in-out;
}

.testimonial_wrap:hover {
 box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
 -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
 -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}
.testimonial_wrap:before {
 content: "";
 right: -1px;
 top: -1px;
 bottom: 0;
 width: 85%;
 height: 2px;
 position: absolute;
 background-color: #000;
}
.testimonial_wrap > figure {
 width: 122px;
 left: 30px;
 /*height: 122px;*/
 box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
 -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
 -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
 position: relative;
 overflow: hidden;
}
.testimonial_wrap > figure img {
 width: 100%;
}
.testimonial_wrap .kode-text {
 padding-left: 180px;

}
.testimonial_wrap p {
 color: #777777;
 font-family: 'Source Sans Pro', sans-serif;
 font-size: 15px;
 font-weight: 300;
 line-height: 30px;
 margin-bottom: 20px;
}
.testimonial_wrap span {
 display: inline-block;
 font-size: 16px;
 font-weight: bold;
 color: #333;
}
.testimonial_wrap span .ocupatie {
 font-size: 15px;
 font-weight: normal;
 font-style: italic;
 margin-left: 4px;
}
/*slider*/
.testimonial_slider_wrap{
 overflow: hidden;
}
.testimonial_slider_wrap .item {
 padding: 0 15px;
}
.testimonial_slider_wrap .owl-wrapper-outer {
 padding-top: 30px;
 margin-bottom: 29px;
}
.testimonial_slider_wrap .owl-theme .owl-dots .owl-dot > span {
 width: 11px;
 height: 11px;
 border-radius: 100%;
 background-color: #c3c3c3;
 margin: 2px 7px;
}
.testimonial_slider_wrap .owl-theme .owl-dots {
 line-height: 13px;
}
.testimonial_slider_wrap .owl-theme .owl-dots .owl-dot.active {
 width: 15px;
 height: 15px;
 border-radius: 100%;
 background-color: #000;
}
.testimonial_slider_wrap .owl-theme .owl-dots .owl-dot.active > span {
 background-color: transparent !important;
}

/*
============================================================
		  HOMEPAGE EVENTS SECTION
============================================================
*/
.last_events_section{
    position: relative;
    background-color: #f7f7f7;
    padding-bottom: 39px;
    padding-top: 70px;
}
.event_section > .last_events_section{
    background-color: #fff;
}



.event_wrap{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    padding: 30px 278px 20px 29px;
    min-height: 280px;
}

.event_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 30px;
    top: 0;
    bottom: 0;
    background-color: #f9f9f9;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.event_wrap:hover:before {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.side_change {
    padding: 30px 29px 20px 278px;
}
.side_change:before {
    right: 0;
    left: 30px;
}
.event_wrap.side_change .event_content {
    text-align: right;
}
.event_wrap.side_change .event_content span {
    right: 40px;
}
.event_wrap.side_change .post-option > li a {
    padding: 0 0 0 5px;
}
.event_wrap.side_change .post-option > li:first-child a {
    padding: 0 5px 0 5px;
}
.event_wrap.side_change .post-option > li {
    margin: 0 10px 0 19px;
    text-align: right;
}

.event_content {
    padding: 25px 0 0px 0;
    text-align: left;
    position: relative;
    z-index: 2;
}
.text-right {
    text-align: right;
}
.text-right span {
    right: 40px;
    left: auto;
}
.event_content span {
    color: #d2d2d2;
    font-size: 72px;
    font-weight: bold;
    left: 40px;
    position: absolute;
    top: 25px;
    z-index: -1;
}
.event_content h4 {
    font-weight: bold;
    margin-bottom: 29px;
    color: #ba1718;
}
.event_content p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: normal;
}
.event_content a {
    color: #ba1718;

}
.post-option {
    margin-bottom: 10px;
    line-height: normal;
}
.event_content.text-right .post-option {
    text-align: right;
}
.post-option li {
    display: inline-block;
    font-size: 13px;
    color: #999999;
    text-transform: capitalize;
    margin-left: 8px;
}
.post-option li:first-child {
    margin-left: 0;
}
.post-option > li > a {
    font-size: 13px;
    color: #999999;
    text-transform: capitalize;
    display: inline-block;
}

.event_wrap .post-option li:last-child, .event_wrap.side_change .post-option > li:last-child {
    margin: 0;
}
.side_change figure {
    left: 0;
}
.event_wrap .event_content {
    padding: 25px 0 4px 0;
    text-align: left;
    position: relative;
    z-index: 2;
    width: 100%;
}
.event_wrap .event_content h4 {
    font-weight: bold;
    margin-bottom: 27px;
}
.event_wrap .event_content h6 {
    font-weight: 500;
    margin-bottom: 11px;
}
.event_wrap .post-option {
    width: 100%;
    margin-bottom: 17px;
    padding-left: 0;
}
.event_wrap .post-option li {
    font-size: 14px;
    color: #999999;
    text-transform: capitalize;
    /*margin-right: 10px;*/
}
.event_wrap .post-option > li > a {
    font-size: 13px;
    color: #999999;
    text-transform: capitalize;
    padding: 0 10px 0 3px;
    display: inline-block;
}
.event_wrap .readmore {
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
}
.event_wrap .readmore i {
    font-size: 18px;
    margin: auto 5px;
    vertical-align: middle;

}
.event_wrap .readmore:hover i {
    transform: translate(10px);
}


.event_content > a, .readmore i, .readmore, figure{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.event_wrap figure {
    position: absolute;
    width: 270px;
    right: 0;
    top: 50%;
    margin-top: -96px;

}

.event_wrap figure:before {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background-color: #000;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
}
.event_wrap figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -34px auto 0;
    text-align: center;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.event_wrap:hover figure figcaption {
    opacity: 1;
    transform: scale(1);
}
.event_wrap figure figcaption a {
    font-size: 50px;
    color: #fff;
}

.event_wrap:hover figure:before{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.70;
}

@media only screen and (max-width: 550px) {
    .event_wrap{
        padding: 20px;
        min-height: 100%;
    }
    .event_wrap:before {
        right: 0;
    }
    .event_wrap figure {
        position: relative;
        float: left;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        top: 0;
    }
    .event_wrap figure img{
        width: 100%;
    }
    .side_change:before {
        right: 0;
        left: 0;
    }
}