/* SECTION 3 */
#section_03 {
    background: #3154a5;
}

/* SECTION 4 */
#section_04 {
    background: #e6437b;
}

/* SECTION 4 */
#section_05 {
    background: #f5b324;
}
#section_04 .section-button a {
    background: #f5b324;
}
.no-gutter {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.categ-button {
    float: right;
}

#banner2 {
    position: relative;
    background: url('../images/jobfair-banner.jpg') no-repeat;
    background-size: cover;
}
.slider-img {
    width: 100%;
}
.banner-button2 {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 60px;
}
#btn_01 {
    background: #962cb4;
}
#btn_02 {
    background: #e6437b;
}
#btn_03 {
    background: #f5b324;
}
#btn_05 {
    background: #f5b324;
}
.banner-button2 a {
    display: inline-block;
    width: 200px;
    padding: 1rem 2rem;
    color: #fff;
    background: #e6437b;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    overflow: hidden;
}
.banner-button2 .yellow {
    background: #f5b324 !important;
}

/* SECTION COMMON */
.section {
    padding: 2rem 8rem;
}
.section-header {
    margin-bottom: 3rem;
    font-size: 5rem;
    font-family: neo-medium;
}
.section-header-blue {
    color: #3154a5;
}
.section-header-white{
    text-align: center;
    color: #fff;
}
.section-header-gray {
    text-align: center;
    color: #a1a1a1;
}
.section-button {
    margin: 3rem 0 2rem 0;
}

/* SECTION BOX */
.slide-box {
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
}
.slide-image-container {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.slide-image-container img {
  width: 100%;
  height: 100%;
}
.slide-box-content {
    padding: 2rem 1rem 1rem 1rem;
    text-align: center;
}
.slide-box-content p {
    font-weight: bold;
    font-size: 1.5rem;
}
.slide-box-content a {
    display: block;
    margin: 2rem 0 0 0;
    padding: 1rem 0;
    font-size: 1rem;
    color: #fff;
    background: #e6437b;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    overflow: hidden;
}

/* SLICK SLIDER */
.slider_title_container {
    text-align: left;
    margin-left: 10px;
}
.slider_title_container p {
    margin-bottom: 5px;
    font-size: 2rem;
}
.slider_title_yellow {
    color: #f5b324;
}
.slider_title_white {
    color: #fff;
}
.section_slider .slick-slide {
    margin: 0 10px;
  }
.slick-prev {
    left: -30px;
    z-index: 3;
}
.slick-next {
    right: -15px;
    z-index: 3;
}
.slick-prev::before {
    font-family: "Font Awesome 5 Free";
    content: "\f137";
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
  }
  
.slick-next::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
  }

.small_section_slider .slick-prev::before {
    font-family: "Font Awesome 5 Free";
    content: "\f137";
    color: #333;
    font-size: 3rem;
    font-weight: 900;
  }
  
.small_section_slider .slick-next::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    color: #333;
    font-size: 3rem;
    font-weight: 900;
}

/* SMALL SLIDER */
.small_image_slide {
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
}
.small_image_slide a {
    vertical-align: middle;
    display: inline-block;
}
.small_image_slide a img{
    width: 100%;
}
.small_section_slider .slick-slide {
    margin: 0 30px;
}
/* SMALL IMAGES --- PARTNERS */
.small_image_02 {
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
}
.small_image_02 img {
    width: 100%;
}

#sm_section_02 {
    background: #00a9e4;
}
#sm_section_03 {
    background: #00a9e4;
}