/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-template-scholarship .hero {
  padding-top: 32px;
  padding-bottom: 32px;
  background: linear-gradient(180deg, #242424 0%, #105E85 100%);
}

@media screen and (min-width: 768px) {
  .page-template-template-scholarship .hero {
    padding-bottom: 61px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-scholarship .hero {
    padding-bottom: 156px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-scholarship .hero .banner-content {
    width: 100%;
    max-width: 805px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-scholarship .hero .banner-content .page-title {
    width: 100%;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-scholarship .main-content {
  position: relative;
  padding-top: 330px;
  background-color: #F9F9F9;
}

@media screen and (min-width: 1200px) {
  .page-template-template-scholarship .main-content {
    padding-top: 95px;
    padding-bottom: 94px;
    background-color: unset;
  }
}
.page-template-template-scholarship .main-content:before {
  content: none;
}

@media screen and (min-width: 1200px) {
  .page-template-template-scholarship .main-content:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #F9F9F9 65%, rgba(255, 0, 0, 0) 35%);
    pointer-events: none;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-template-scholarship .main-content:before {
    background: linear-gradient(to left, #F9F9F9 60%, rgba(255, 0, 0, 0) 30%);
  }
}
@media screen and (min-width: 1600px) {
  .page-template-template-scholarship .main-content:before {
    background: linear-gradient(to left, #F9F9F9 58%, rgba(255, 0, 0, 0) 32%);
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-scholarship .main-content .container {
    position: static;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .page-template-template-scholarship .main-content .container {
    max-width: 1240px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-scholarship .main-content .main-content-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-template-scholarship .main-content .main-content-col {
    align-items: center;
  }
}
.page-template-template-scholarship .main-content .image-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  width: 100%;
  max-width: 375px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 1200px) {
  .page-template-template-scholarship .main-content .image-holder {
    position: absolute;
    top: -78px;
    left: 0;
    right: auto;
    width: 100%;
    max-width: 45%;
    height: 612px;
    border: 12px solid #fff;
    border-left: none;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-template-scholarship .main-content .image-holder {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .page-template-template-scholarship .main-content .image-holder {
    top: -270px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-scholarship .main-content .image-holder .main-content-feat-img {
    object-position: left center;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-template-scholarship .main-content .image-holder .main-content-feat-img {
    object-position: center right;
  }
}
.page-template-template-scholarship .main-content .announcement-box-container {
  position: relative;
  z-index: 1;
  padding: 48px 20px 59px;
  box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.12);
  background-color: var(--accent-color);
  width: 100%;
  max-width: 500px;
}

@media screen and (min-width: 992px) {
  .page-template-template-scholarship .main-content .announcement-box-container {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-template-scholarship .main-content .announcement-box-container {
    max-width: 614px;
  }
}
@media (max-width: 1199px) {
  .page-template-template-scholarship .main-content .announcement-box-container {
    max-width: 614px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .page-template-template-scholarship .main-content .announcement-box-container {
    margin-top: 45px;
  }
}
@media (max-width: 575px) {
  .page-template-template-scholarship .main-content .announcement-box-container {
    padding: 48px 20px 48px;
  }
}
@media (max-width: 399px) {
  .page-template-template-scholarship .main-content .announcement-box-container {
    padding: 38px 15px 38px;
  }
}
.page-template-template-scholarship .main-content .announcement-box-container-content {
  width: 100%;
  max-width: 461px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-template-scholarship .main-content .announcement-box-container .icon-holder {
  margin-bottom: 24px;
}

.page-template-template-scholarship .main-content .announcement-box-container * {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .page-template-template-scholarship .main-content .announcement-box-container * {
    margin-bottom: 20px;
  }
}
.page-template-template-scholarship .main-content .announcement-box-container *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .page-template-template-scholarship .main-content .announcement-box-container * strong {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-scholarship .main-content .main-content-container {
    width: 100%;
    max-width: 596px;
    position: relative;
    z-index: 1;
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-template-scholarship .main-content .main-content-container {
    margin-left: 100px;
    margin-right: 0;
  }
}
.page-template-template-scholarship .main-content .main-content-container .strong-custom-txt {
  margin-bottom: 26px;
}

@media screen and (min-width: 1200px) {
  .page-template-template-scholarship .main-content .main-content-container ul li {
    margin-bottom: 18px;
  }
}
.page-template-template-scholarship .prizes-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .page-template-template-scholarship .prizes-section {
    padding-top: 108px;
    padding-bottom: 125px;
  }
}
@media (max-width: 991px) {
  .page-template-template-scholarship .prizes-section {
    padding-bottom: 39px;
  }
}
@media (max-width: 767px) {
  .page-template-template-scholarship .prizes-section {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-scholarship .prizes-section-content {
    width: 100%;
    max-width: 230px;
    margin-left: 36px;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .page-template-template-scholarship .prizes-section-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-template-scholarship .prizes-section-content {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .page-template-template-scholarship .prizes-section .prizes-section-img-container {
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .page-template-template-scholarship .prizes-section .prizes-section-img-container {
    margin-bottom: 35px;
  }
}
.page-template-template-scholarship .second-section {
  background-color: #F9F9F9;
  padding-bottom: 51px;
  margin-top: 330px;
}

@media screen and (min-width: 992px) {
  .page-template-template-scholarship .second-section {
    position: relative;
    margin-top: 0;
    padding-top: 106px;
    padding-bottom: 138px;
    background-color: unset;
  }
}
@media (max-width: 991px) {
  .page-template-template-scholarship .second-section {
    padding-top: 330px;
    margin-top: 0;
  }
}
.page-template-template-scholarship .second-section:before {
  content: none;
}

@media screen and (min-width: 992px) {
  .page-template-template-scholarship .second-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #F9F9F9 65%, #fff 35%);
    pointer-events: none;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-template-scholarship .second-section:before {
    background: linear-gradient(to right, #F9F9F9 60%, #fff 30%);
  }
}
@media screen and (min-width: 1600px) {
  .page-template-template-scholarship .second-section:before {
    background: linear-gradient(to right, #F9F9F9 58%, #fff 32%);
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-scholarship .second-section .container {
    position: static;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .page-template-template-scholarship .second-section .container {
    max-width: 1240px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-scholarship .second-section .row {
    display: flex;
    flex-direction: row-reverse;
  }
}
.page-template-template-scholarship .second-section .image-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: -270px;
  height: 270px;
  margin-bottom: 0;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .page-template-template-scholarship .second-section .image-holder {
    top: calc(50% + 24px);
    transform: translateY(calc(-50% - 24px));
    left: auto;
    right: 0;
    max-width: 45%;
    height: 580px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
    border: 12px solid #fff;
    border-right: none;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-template-scholarship .second-section .image-holder {
    max-width: 50%;
  }
}
.page-template-template-scholarship .second-section .image-holder .second-section-img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .page-template-template-scholarship .second-section .image-holder .second-section-img {
    width: 100%;
    object-position: center;
  }
}
@media (max-width: 991px) {
  .page-template-template-scholarship .second-section .image-holder .second-section-img {
    margin-bottom: 27.53px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-scholarship .second-section .second-section-title {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
    margin-top: 6px;
    margin-bottom: 33px;
  }
}
@media (max-width: 991px) {
  .page-template-template-scholarship .second-section .second-section-title {
    margin-top: 27.53px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-scholarship .second-section .second-section-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
  }
}
.page-template-template-scholarship .second-section .btn-container {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .page-template-template-scholarship .second-section .btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-scholarship .second-section .btn-container .btn-2 {
    min-width: 187px;
  }
}
.page-template-template-scholarship .bottom-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .page-template-template-scholarship .bottom-section {
    padding-top: 90px;
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-scholarship .bottom-section-title {
    margin-bottom: 16px;
  }
}
.page-template-template-scholarship .bottom-section-content {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page-template-template-scholarship .bottom-section-content {
    width: 100%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-scholarship .bottom-section-content *:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=template-scholarship.css.map*/