p,a {
    font-family: neo-regular;
}
a {
    text-decoration: none !important;
}

.blue-btn {
    background: #3154a5 !important;
}
.no-gutter {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#banner {
    position: relative;
    background: url('../images/banner.jpg') no-repeat;
    background-size: cover;
}
.slider-img {
    width: 100%;
}

/* ABOUT */
#about {
    margin-top: -50px;
}
#section_02 {
    margin-top: 50px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: url('../images/about-bg.jpg') no-repeat top;
    object-fit: cover;
}
#section_02 p {
    font-size: 1.5rem !important;
}
.about-icon-container p {
    color: #4054A1;
}
.about-icon-container > .row {
    margin-bottom: 2rem;
}
.about-icon img {
    width: 100%;
}
.about-icon-info {
    padding: 2rem 0;
    margin-left: -1.5rem;
}
.about-icon-info-custom {
    padding: 2rem 0;
    margin-right: -1.5rem !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: left;
    color: #fff;
}
.section-button {
    margin: 3rem 0 2rem 0;
    
}
.categ-button {
    float: right;
}
.modal-dialog {
    max-width: 600px !important;
}
.banner-button {
    position: absolute;
    bottom: 250px;
    width: 100% !important;
}
.banner-logo img {
    display: block;
    width: 30%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.banner-button a {
    padding: 1rem 2rem;
    color: #fff;
    background: #e6437b;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    overflow: hidden;
}
.banner-button .yellow {
    background: #f5b324 !important;
}

.section-button a {
    padding: 1rem 2rem;
    color: #fff;
    background: #e6437b;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    overflow: hidden;
}

.section-button a i {
    font-size: 1.2rem;
}
/* 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;
}


/* SECTION 3 */
#section_03 {
    background: #3154a5;
}

/* SECTION 4 */
#section_04 {
    background: #f5b324;
}

/* SECTION 4 */
#section_05 {
    background: #00a9e4;
}


/* 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;
  }
.banner-modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
#jobfairModal .modal-header button > span {
    font-size: 2rem;
}
#jobfairModal .modal-content {
    height: 70vh;
    background: url('../images/job-fair-pop.jpg') no-repeat; 
    background-size: 100% 100%;
}
#jobfairModal .modal-footer {
    padding-bottom: 30px;
    justify-content: center !important;
}
.jobfair-pink-btn {
    margin: 1rem 0 0 0;
    padding: 1rem 2rem;
    font-size: 1rem;
    color: #fff;
    background: #e6437b;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    overflow: hidden;
}
.jobfair-yellow-btn {
    margin: 1rem 0 0 0;
    padding: 1rem 2rem;
    font-size: 1rem;
    color: #fff;
    background: #f5b324;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    overflow: hidden;
}
.jobfair-blue-btn {
    margin: 1rem 0 0 0;
    padding: 1rem 2rem;
    font-size: 1rem;
    color: #fff;
    background: #3154a5;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    overflow: hidden;
}
.jobfair-blue-btn:hover {
    color: #e6437b;
}