/* ========= custom ========= */
body {font-family: 'Noto Sans JP';font-weight: 300;font-size: 14px;}
p, h1, h2, h3, h4, h5, h6  { margin: 0}
a, a:hover  {text-decoration: none;transition: all 0.3s ease-in-out 0s;}
ul {margin: 0; padding: 0;}

/* =================== header-css =============== */
header {padding: 10px;}
header i {
  float: right;
  font-size: 24px !important;
  margin: 30px 0 0;
}
header ul.menu {margin: 15px 0 0}
header ul.menu li {
  list-style: none;
  float: left;
  font-size: 15px;
  margin: 0 13px;
}
header ul.menu li:last-child {
  background: #fde500 none repeat scroll 0 0;
  border-radius: 30px;
  font-weight: 500;
  padding: 2px 12px;
}

h2.unsw-title {color: #343a40;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 42px;
    line-height: 1;}

header ul.menu li a {color:#000; position: relative; text-transform: uppercase;}
header ul.menu li a::before {
  background-color: #FEE600;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
header ul.menu li a:hover::before {  transform: scale(1);}

/* =================== banner-section =============== */
.banner-section {
  position: relative;
}
.banner-section .banner-caption {
  left: 30%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-section .banner-caption h2:first-child {
  color: #fff;
}
.banner-section .banner-caption h2 {
  color: #fee600;
  font-size: 29px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0 10px;
}
.banner-section .banner-caption span {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
}
.banner-section .register-form {
  background-color: #fee600;
  padding: 30px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
}


.banner-section select {background-color: #fee600;border:none; border-bottom: 1px #424244 solid;padding: 0;color:#495057;font-weight: 500;}

.banner-section .register-form h3 {
  border: 1px solid;
  border-radius: 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto 20px;
  padding: 5px 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.banner-section .register-form form input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #424244;
  border-style: solid;
  border-width: 0 0 1px;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 14px;
  padding: 0;

}

.form-control input:focus {border:none !important;}

.banner-section .register-form form input::-moz-placeholder {color: #424244;opacity: 1}
.banner-section .register-form form input::-webkit-input-placeholder {color: #424244;opacity: 1}
.banner-section .register-form form input::-ms-input-placeholder {color: #424244;opacity: 1}
.banner-section .register-form input[type="submit"] {
  background-color: #424244;
  border-radius: 5px;
  color: #fee600;
  display: inline-block;
  float: right;
  font-size: 16px;
  padding: 5px 50px;
  width: 50%;
}
.banner-section .register-form input[type="submit"]:hover {
  background-color: #000;}

.banner-section .carousel-control-prev, .banner-section .carousel-control-next {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
    opacity: 1;
  width: auto;
  font-size: 34px;
  height: 36px;  
  padding: 0 10px 2px;
  text-align: center;
  top: 95%;
}
.banner-section .carousel-control-prev {left: 17px;}
.banner-section .carousel-control-next {
  background: #fee600 none repeat scroll 0 0;
  color: #000;
  right: 94%;
}

.carousel-btn {    position: relative;
    top: -52px;
    display: none;
}

.banner-section .register-form form input

/* =================== ranked-courses-section =============== */
.ranked-courses-section {padding-bottom: 180px !important}
.ranked-courses-section, .scholarship-section, .top-courses-section {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 50px 0;
}
.ranked-courses-section h2, .scholarship-section h2, .top-courses-section h2 {
  color: #000000;
  display: block;
  font-size: 23px;
  font-weight: 900;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.ranked-courses-section .box {
  background-color: #fff;
  box-shadow: 0 0px 11px 1px rgba(51, 51, 51, 0.2);
  padding: 20px;
  text-align: center;
  margin: 40px 0 0;
    min-height: 300px;
}
.ranked-courses-section .box h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  margin: 10px 0;
}
.ranked-courses-section .col-lg-3:nth-child(2) h3 {color: #38C5F2}
.ranked-courses-section .col-lg-3:nth-child(3) h3 {color: #F1389D}
.ranked-courses-section .col-lg-3:nth-child(4) h3 {color: #F5DD00}
.ranked-courses-section .col-lg-3:nth-child(5) h3 {color: #38F2A7 }

/* =================== scholarship-section =============== */
.scholarship-section {
  background: #fee600 none repeat scroll 0 0;
  padding: 50 0 50px;
}
.scholarship-section h2 {
  position: relative;
  top: -100px;
}
h2 border {
  border-style: solid;
  border-width: 1px;
  content: "";
  height: 88px;
  left: 50%;
  position: relative;
  top: 13px;
  transform: translateX(-50%);
  width: 90%;
}
.scholarship-section h2::after {
  background: #fee600 none repeat scroll 0 0;
  bottom: -75px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 70%;
}
.scholarship-section h3 {
  background: #424244 none repeat scroll 0 0;
  color: #fee600;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 auto;
  max-height: 100px;
  padding: 25px 20px;
  position: relative;
  top: -70px;
  width: 42%;
}
.scholarship-section h2 + h3 {
  margin-left: 7%;
}
.scholarship-section h2 + h3 + h3 {
  margin-right: 7%;
}
.scholarship-section h3 img {
  float: left;
  margin: -10px 30px 0 0;
}
.scholarship-section p {
  float: left;s
  font-size: 14px;
  margin: 0 0 10px;
  width: 50%;
}
/*-- scholarship-description --*/
.scholarship-section .scholarship-description {display: flex;}
.scholarship-section .scholarship-description h4 {
  color: #414243;
  font-size: 34px;
  font-weight: 900;
  margin: 0 0 20px;
}
.scholarship-section span {
  vertical-align: 10px;
}
.scholarship-section .scholarship-description span img {
  margin-right: 10px;
  float: left;
}
.scholarship-section p {
  color: #4f4e3f;
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 10px;
  width: 50%;
}

/*-- why-section --*/
.why-section {background: url('../img/unsw/whybg.jpg') no-repeat scroll center center / cover; padding: 50px 0}
.why-section .why-box {padding: 60px;}
.why-section .why-box h2 {
  color: #fee600;
  font-size: 39px;
  margin-bottom: 15px;
  font-weight: 900;
}
.why-section .why-box p {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
  margin: 0 0 8px;
}

/*-- top-courses-section --*/
.top-courses-section {}
.top-courses-section h2 {
  margin: 0 0 60px;
  position: relative;
}
.top-courses-section h2::after {
  background: #fee600 none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 160px;
}
.top-courses-section ul {
  margin: 0 0 30px;
}
.top-courses-section ul li {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  list-style: outside none none;
  margin: 0 0 4px;
}
.top-courses-section ul li i {margin-right: 5px }

/*-- highlight-section --*/
.highlight-section {}

/*-- copyright-section --*/
.copyright-section {padding: 12px 0;background: #FEE600;}
.copyright-section p {
  color: #1D1B1C;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}