@charset "UTF-8";
body {
  font-family: 'Rubik', sans-serif;
  position: relative;
  color: #000;
}

a {
  color: #000;
}
h1 {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 1rem;
}
h2 {
  font-size: 44px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 1rem;
}
h3 {
  color: #633991;
  font-size: 33px;
  font-weight: 500;
}
h4 {
  font-size: 20px;
  font-weight: 500;
  color: #633991;
}
h5 {
  font-size: 28px;
  font-weight: 300;
  color: #633991;
  margin-bottom: 0.7rem;
}

.fl {
  float: left;
}
.btn {
  font-size: 12px;
  font-weight: 400;
  padding: 0.375rem 1.35rem;
  transition: all 0.3s ease;
}
.btn-light {
  border-radius: 10px;
  background: #000;
  font-size: 28px;
  padding: 0.7rem 1.6rem;
  line-height: 1.8;
  border: none;
  color: #ffffff;
}

.nav-menu {
  padding: 1rem 0;
  transition: all 0.3s ease;
}
.nav-menu.is-scrolling, .nav-menu.menu-is-open {
  background-color: #de4036;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.nav-menu.is-scrolling {
  padding: 0;
}
.navbar-nav .nav-link {
  position: relative;
}

header {
  padding: 100px 0 0;
  color: #FFF;
}
.header-box {
  background: url(../images/bg1.png) no-repeat bottom center;
  background-size: cover;
}

.tagline {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}

.top-main {
  overflow: hidden;
  padding: 5% 0 3%;
  position: relative;
}
.top-main .box1-pic {
  margin-top: 18%;
  width: 41.666667%;
}
.top-main .box1-pic img {
  max-width: 100%;
  box-shadow: 0 20px 30px rgba(83, 83, 83, .2);
  border-radius: 13.6%;
}
.top-main .box1-txt {
  position: relative;
  width: 58.333333%;
}
.top-main .box1-txt p {
  color: #ffffff;
  font-size: 22px;
}
.top-main .next {
  display: block;
  width: 67px;
  height: 67px;
  background: url(../images/next.png) no-repeat center;
  border-radius: 100%;
  box-shadow: 0 10px 20px rgba(129, 148, 164, 0.2);
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.apply-tit {
  padding: 10% 0 4%;
}
.img-gallery .owl-item {
  box-shadow: 0 20px 40px 0 rgba(221, 231, 238, 1);
  transform: scale(0.8);
  transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
  transform: scale(1);
}

.foot-box {
  background: url(../images/bg2.png) no-repeat top center;
  background-size: cover;
  padding: 10% 0 1%;
}

.call-to-action {
  text-align: center;
  color: #FFF;
  margin: 10% 0 8%;
}
.call-to-action h2 {
  color: #FFF;
  margin-bottom: 5%;
}
.btn-light img {
  margin-right: 0.6rem;
  vertical-align: bottom;
}

.copyright {
  color: #ffffff;
  font-size: 14px;
}
.copyright a {
  color: #ffffff;
}

@media (min-width: 992px) {
  .header-box {
    height: 941px;
  }
  .foot-box {
    height: 665px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 16px;
    margin-left: 1rem;
  }
  .navbar-nav > .nav-item > .nav-link.active:after {
    content: "";
    border-bottom: 2px solid #fff;
    left: 1rem;
    right: 1rem;
    bottom: 5px;
    height: 1px;
    position: absolute;
  }
}
@media (max-width: 991px) {
  .nav-menu{
    display: none;
  }
  .top-main .box1-pic{
    width: 100%;
    text-align: center;
    margin: 0 0 8%;
  }
  .top-main .box1-txt{
    width: 100%;
    margin-bottom: 200px;
  }
  .top-main .next{
    bottom: 11%;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
  }
  .tagline {
    font-size: 17px;
  }
  .top-main .box1-pic img{
    max-width: 50%;
  }
  .top-main .box1-txt p{
    font-size: 16px;
  }
  .btn-light{
    font-size: 16px;
  }
  .btn-light img{
    width: 21px;
    vertical-align: sub;
  }
  .foot-box {
    padding: 100px 3% 10px;
  }
  .copyright{
    font-size: 12px;
  }
}
