  /* *,
  *::before,
  *::after {
  box-sizing: border-box;
  }

  html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  }




  a:hover,
  a:active,
  a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
  }
  img {
  vertical-align: middle;
  border-style: none;
  }
  .img-fluid {
  max-width: 100%;
  height: auto;
  }  */
  *::before,
  *::after {
  box-sizing: border-box;
  }
  img {
  vertical-align: middle;
  border-style: none;
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .navbar{
    height: 5em;
  }
  #header .banner{
    height:27.5em;
  }
  #header .banner img{
    width: 100%;
    height: 100%;
  }
  #main ul li:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
#main ul li {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
  #main .page-header{
    padding-bottom: 4.166em;
  }
  #main .page-header .page-title{
    font-size: 2.083em;
    font-weight: 500;
    color: rgba(51,51,51,1);
    line-height: 1.2;
    text-align: center;
  }
  #main .page-header .page-title2{
    font-size: 1.25em;
    font-weight: 400;
    color: #999;
    line-height: 2.083em;
    text-align: center;
  }
  #main .enteringJointown-nav .nav-bg {
    width: 100%;
    *zoom: 1;
    zoom: 1;
    position: relative;
    height: 4.166em;
    background: #dadada;
    background: rgba(255,255,255,1);
    box-shadow: 0px 2px 1.5em 4px rgba(148,167,182,0.2);
  }

  #main .enteringJointown-nav .nav-box {
    position: absolute;
    display: block;
    left: 50%;
    margin: -4.166em auto 0 -9.25em;
    height: 4.166em;
  }
  #main .enteringJointown-nav .nav-box li {
    display: block;
    float: left;
    position: relative;
  }
  #main .enteringJointown-nav .nav-box .current ,
  #main .enteringJointown-nav .nav-box a:hover{
    font-weight: 500;
    color: rgba(255,255,255,1);
    background: #619aee;
    background: linear-gradient(82deg,rgba(91,172,255,1) 0%, rgba(66,118,239,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
  #main .enteringJointown-nav .nav-box li a {
    display: block;
    width: 7.916em;
    height: 3.6em;
    line-height:3.6em;;
    font-size: 1.333em;
    color: #ffffff;
    text-align: center;
    font-size: 1.166em;
    font-weight: 400;
    color: rgba(102,102,102,1);
  }
  a:focus, a:visited, a:active {
  outline: none;
  }
  #main .back-to-top {
  position: fixed;
  display: none;
  background: #1bb1dc;
  color: #fff;
  width: 3.666em;
  height: 3.666em;
  text-align: center;
  line-height: 1;
  font-size: 1.333em;
  border-radius: 50%;
  right: 1.25em;
  bottom: 1.25em;
  transition: background 0.5s;
  z-index: 11;
  }

  #main .container {
    width: 100%;
    padding-right: 1.25em;
    padding-left: 1.25em;
    margin-right: auto;
    margin-left: auto;
    max-width: 83em;
  }
  #main .back-to-top i {
  padding-top: 1em;
  color: #fff;
  }
  /* Sections Header
  --------------------------------*/

  .section-header h3 {
  font-size: 2em;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
  }

  .section-header p {
  text-align: center;
  margin: auto;
  padding-bottom: 5em;
  color: #535074;
  width: 50%;
  font-size: 1.25em;
  font-weight: 400;
  color: rgba(102,102,102,1);
  line-height: 2;
  }

  /* Section with background
  --------------------------------*/

  .section-bg {
  background: #f5f8fd;
  }
  .fa.fa-chevron-up {
  color: #fff;
  position: absolute;
  margin-left: -2px;
  margin-top: 1.083em;
  width: 3px;
  height: 1.333em;
  background-color: currentColor;
  }
  .fa.fa-chevron-up:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 0px;
  width: 1.083em;
  height: 1.083em;
  border-top: solid 3px currentColor;
  border-right: solid 3px currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .col-3,.col-5, .col-7, .col-12, .col-4,.col-8,.col-6 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  }

  .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  }
  .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  }
  .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  }
  .col-9 {
    -ms-flex: 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    }
  .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  }
  .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  }
  .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  }
  .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  }
  .row p {
    font-size: 1.25em;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 2.083em;
}
