html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: lighter;
  margin: 0;
  }



/* Header Section */

header {
  width: 100%;
  height: 100vh;
  background: url(http://www.tigerchung.com/images-library/images/slo.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.content {
  width: 94%;
  margin: 4em auto;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 0;
}

.logo {
  line-height: 60px;
  position: fixed;
  float: left;
  margin: 9px 46px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}

nav {
  position: fixed;
  width: 100%;
  line-height: 60px;
}

nav ul {
  line-height: 60px;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  color: #fff;
  padding: 0;
  text-align: right;
  margin: 0;
  padding-right: 40px;
  transition: 1s;
}

nav.black ul {
  background: #000;
}

nav ul li {
  display: inline-block;
  padding: 5px 10px;
  ;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.menu-icon {
  line-height: 60px;
  width: 100%;
  background: #000;
  text-align: right;
  box-sizing: border-box;
  padding: 15px 24px;
  cursor: pointer;
  color: #fff;
  display: none;
}

@media(max-width: 786px) {
  .logo {
    position: fixed;
    top: 0;
    margin-top: 16px;
  }

  nav ul {
    max-height: 0px;
    background: #000;
  }

  nav.black ul {
    background: #000;
  }

  .showing {
    max-height: 34em;
  }

  nav ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 24px;
    text-align: center;
  }

  .menu-icon {
    display: block;
  }
}

/* Linearicons down arrow section */

.down-arrow {
  position: absolute;
  top: 80%;
  left: 50%;
  margin-right: -50%;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
}

.lnr-chevron-down-circle {
  color: #fff;
  /* We can use "color" for setting the color
  of the SVG because we set its "fill" to
  "currentColor" */
  font-size: 40px;
  /* We can use "font-size" for changing the size
  of the SVG because its width and height were
  set 1em.
  To get crisp results, use sizes that are
  a multiple of 20; because Linearicons was
  designed on a 20 by 20 grid. */
}

.floating-arrow {
    -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    -o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    animation: floating-arrow 1.6s infinite ease-in-out 0s;
}

@keyframes floating-arrow {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    65% {
        -webkit-transform: translateY(11px);
        transform: translateY(11px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/* About School */

  #about-school {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

h2.guide {
  color: #1b5648;
}

.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
  stroke-width: 1;
}

.text-center {
  color: #3c4f65;
}

.services-icon {
  margin: 20px 25px 20px;
  font-size: 30px;

}

.school-service {
  color: #6b7b8e;
}

h4.school-service a:hover {
  color: #1b5648;
}

bgc2, .vLine, .hLine {
    background-color: #0F52BA;
}

.quote-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
.services-icon {
    font-size: 60px;
    margin-left: 2rem;
}
.history-header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #44000d;
  margin-top: 10px;
  padding-top: 0;
  padding-right: 25px;
  text-align: center;
}
.quotes-author {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  color: #39375b;
  text-align: center;
  font-weight: 200;
}
.colorful {
  color: #eb4d55;
}
.intro {
  font-weight: bold;
  color: #293a80;
}
.layout {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left;
  color: #537ec5;
}
.action-sec {width:100%; height: 536px; float:left; background:#222}
.action-box {float:left; width:100%; text-align:center; margin-bottom: 50px; padding-bottom: 0; }
.action-box h2 {color:#fff; font-size:20px;}
.hanriver {color:#e5e5e5; font-size: 22px; }

/* Scenes of DC SECTION  */
.newyork {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  color: #6c7b95;
  text-align: lef;
  font-weight: 200;
}
.service-sec .heading {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  text-align:center;
}
.service-sec h2 {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  color: #9656a1;
  font-size: 32px;
  height: 10px;
}
.service-sec h2 small {
  color: #222;
  display: block;
  font-size: 22px;
  margin-bottom: 18px;
}
.service-sec i {
  border: 1px solid #0297FF;
  border-radius: 2px;
  font-size: 25px;
  padding: 12px 0;
  width: 52px;
  color: #0297FF;
  margin-bottom: 20px
}
.service-sec h3 {
  font-size: 23px;
  font-weight: 600;
  color: #018383;
}
.service-sec h4 {
  color: #465881;
  margin-top: -10px;
}
.service-sec p {
  line-height: 22px;
  margin-top: 13px;
  padding: 0 21px;
}
.service-sec .service-block {
  margin-top: 50px;
}
.image-icon {
  border-radius: 1px;
  margin-top: 0;
}
p.attr-desc {
  color: #63707e;
  text-align: left;
  font-family: sans-serif;
  font-size: 16px;
  padding: 15px 0;
}
p.attr-more {
  text-align: left;
  padding-left: 0;
}
.astronaut {
color: #465881;
text-align: left;
font-family: 'Montserrat', sans-serif;
font-size: 1.2rem;
padding: 25px 0;
}
.senior {
  font-weight: bold;
  font-size: 1.3rem;
  text-align: left;
  color: #293a80;
}

/* Footer Section */

.bryan-title-footer { color: #fff; text-align: center; }
.img-circle { margin-left: 50px; border-radius: 50%;}
.img-circle2 { border-radius: 50%; max-width: 100%; height: auto; }
.social-icons ul li { text-align: center; }
.unique-icon { color: #6d767a; }
.list-inline-item { margin-top: 0; padding: 0 25px; }
.list-inline-item a:hover { color: #fff; }

h1, h2, h3, h4, h5, h6 { color: #161f23; margin: 0px 0px 15px 0px; font-family: 'Source Sans Pro', sans-serif; font-weight: 700; }
h1 { font-size: 42px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
p { margin: 0 0 20px; line-height: 1.7; }
p:last-child { margin: 0px; }
ul, ol { }
a { text-decoration: none; color: #6d767a; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #235f83; }
hr { border-top: 1px solid #e4e7e9; margin: 30px 0; }

.footer { background-color: #08202e; padding-top: 60px; color: #636e74; font-weight: 400; font-size: 17px; }
.footer-line { border-color: #152e3d; }
.footer-widget { padding-bottom: 50px; }
.footer-title { font-size: 24px; font-weight: 600; margin-bottom: 20px; color: #fff; }
.footer-big-title1 a { color: #fff; padding-right: 25px; }
.footer-big-title1 a:hover { color: #fac70b; }
.footer-big-title2 a { color: #fff; padding-right: 25px; }
.footer-big-title2 a:hover { color: #bd512f; }
.footer-big-title3 a { color: #fff; padding-right: 25px; }
.footer-big-title3 a:hover { color: #00bdaa; }
.footer-big-title4 a { color: #fff; padding-right: 25px; }
.footer-big-title4 a:hover { color: #f1eb9a; }
.footer-widget ul li a { text-transform: capitalize; font-size: 17px; color: #636e74; display: block; font-weight: 600; }
.footer-widget ul li a:hover { color: #fff; }


.tiny-footer { font-size: 14px; padding: 25px 0px; font-weight: 600; background-color: transparent; border-top: 1px solid #152e3d; color: #888d90; line-height: 1; }
.copyright { color: #f8eeb4; }
.copyrightlink { color: #007bff; }
.copyrightlink:hover { color: #fff; }
/* End of Footer Section */
