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

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

/* Needed for stationary background effect */
  .parallax-section {
  	background-attachment: fixed!important;
  }
  .korea-bg-title {
    color: #fdef96;
    padding-bottom: 30px;
  }
  .btn-capsul {
  	border-radius: 30px;
  }
  .btn-aqua {
  	background: #0297FF;
  	color: #fff;
  }
  .btn-aqua:hover {
  	background: #10629b;
  	color: #fff;
  }
  .btn-dark-blue {
  	background: #0C242E;
  	color: #fff;
  }
  .btn-dark-blue:hover {
  	background: #063d28;
  	color: #fff;
  }
  .btn-transparent-white {
  	border: 2px solid #fff;
  	color: #fff;
  }
  .btn-transparent-white:hover, .btn-transparent-white:focus {
  	background: #fff;
  	color: #0297FF
  }
  .relative-box {
  	position: relative
  }
/* end of stationary effect */

  section {
  	float: left;
  	width: 100%;
  	padding: 80px 0;
    margin-bottom: 50px;
  }


  /* Header Section */

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* section {
  padding-top: 5rem;
  padding-bottom: 5rem;
} */

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

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

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

.nav-link {
  color: #fff;
  font-weight: 400;
}

.nav-item {
  padding: 0 15px;
}

.navbar-brand {
  color: #fff;
}

  .menu-icon {
    display: block;
  }

.quote-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
.services-icon {
    font-size: 60px;
    margin-left: 2rem;
}

.display-4 {
  color: #fff;
}

/* Linearicons down arrow section */

.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);
    }
}

.korea-header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #44000d;
  margin-top: 10px;
  padding: 0 0 20px 0;
  text-align: center;
}

.history-header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #44000d;
  margin: 10px 0 40px 0;
  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;
}

.mlk {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.9rem;
  color: #0f4c75;
  margin: 10px 0 40px 0;
  padding-top: 0;
  padding-right: 25px;
  text-align: center;
}

/* About Section - Needed for Stationary Background Image effect */
.about-sec {
	background: url('http://www.tigerchung.com/images-library/images/korea-bg3.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
	position: relative;
}
.about-sec:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(22,122,192,0.8);
	top: 0;
	left: 0
}
.about-sec h2 {
	font-size: 55px;
	font-weight: 800;
	margin-top: 25%;
}
.about-sec h2 small {
	display: block;
	font-size: 24px;
	margin-bottom: 15px;
	padding-left: 10px;
  margin-top: -35px;
}
.about-sec p {
	font-size: 16px;
}
/* End of About Section */

.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; }

/* Robert Story's Stationary Background */
.robert-service {
    background: url('http://www.tigerchung.com/images-library/images/robert-bg1.jpg') no-repeat center center fixed;
    background-size: cover;
}
.testimonials {
    padding-top:5rem;
    padding-bottom:3rem;
}
h2.title-heading.robert-text {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #eadea6;
    font-weight: bold;
}

p.myp.robert-text {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #badfdb;
    font-size: 20px;
    margin-bottom: 3rem;
}

.soldier {
  color: #b2fcff;
  style-decoration: underline;
  font-weight: bold;
}

p.myp2.story-text {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 14x;
  margin-bottom: 3rem;
}

p.myp2.story-text2 {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #fcfafa;
  font-size: 14x;
  margin-bottom: 3rem;
}

p.myp2.story-text3 {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #fcfafa;
  font-size: 14x;
  margin-bottom: 3rem;
  color: #f1bc31;
}

/* End of Stationary Background */

span.bg-main {
    color: #008ba3;
    font-size: 2rem;
    font-family: sans-serif;
}
span.mid-main {
  color: #a34a28;
  font-size: 2rem;
  font-family: sans-serif;
}

.img-fluid {
	border-radius: 10px;
}
p.ndcemployee {
  color: #3c4245;
  font-family: sans-serif;
  font-size: 1.1rem;
}

hr.my-border {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #008ba3;
    width: 117px;
}

/* Scenes of South Korea SECTION  */
.service-sec .heading {
	float: left;
	width: 100%;
	margin-bottom: 70px;
	text-align:center;
}
.service-sec h2 {
	display: block;
	text-transform: capitalize;
	font-weight: 600;
	color: #fec771;
	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: #bd83ce;
}
.service-sec p {
	line-height: 22px;
	margin-top: 13px;
	padding: 0 21px;
}
.service-sec .service-block {
	margin-top: 30px;
}
.image-icon {
  border-radius: 7px;
  margin-top: 30px;
}
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;
}
/* 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 */
