/* ==========================================================================
Global Styles
========================================================================== */
body {
  color: #000;
  font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  -webkit-text-size-adjust: 100%;
}
.faq_answer {
  display: none;
  padding-bottom: 10px;
  padding-left: 26px;
  text-indent: -2em;
}
.sep {
  max-width: 100%;
  border: 1px dashed #790b1d;
  margin-top: 40px;
  margin-bottom: 40px;
}
.light-sep {
  max-width: 80px;
  border: 1px solid #FFF;
  margin-top: 20px;
  margin-bottom: 20px;
}
.small-sep {
  max-width: 80px;
  border: 1px dotted #790b1d;
  margin-top: 20px;
  margin-bottom: 10px;
}
em {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}
.fee {
  font-size: 200%;
  font-weight: 700;
}
.margin20t {
  margin-top: 20px;
}
.progress {
  background-color: #999;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.youtube iframe {
  width: 100%;
  max-width: 600px
}
.black {
  color: #000;
}
.gray {
  background-color: #F5F5F5;
  text-align: center;
  color: #0068b7;
  padding-top: 20px;
  padding-bottom: 20px;
}
.white {
  color: #FFF;
}
.globalnavi {
  float: left;
  font-size: 130%;
  margin: 0;
  padding: 0;
}
.globalnavi li {
  float: right;
  list-style-type: none;
  margin-left: 40px;
  margin-top: 15px;
  padding: 0;
}
.globalnavi a {
  color: #000;
  text-decoration: none;
}
.globalnavi a:focus, a:hover {
  color: #0068b7;
  text-decoration: none;
}
.snavi {
  float: right;
  margin: 0;
  padding: 0;
}
.snavi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.snavi li {
  float: right;
  list-style-type: none;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-top: 15px;
  padding: 0;
}
.snavi a {
  color: #000;
}
.snavi a:hover {
  color: #0068b7;
  text-decoration: none;
}
.margin-t0 {
  margin-top: 0px;
}
.margin-b5 {
  margin-bottom: 5px;
}
.margin-b10 {
  margin-bottom: 10px;
}
.margin-b20 {
  margin-bottom: 20px;
}
.margin-b30 {
  margin-bottom: 30px;
}
.margin-b40 {
  margin-bottom: 40px;
}
.margin-t20 {
  margin-top: 20px;
}
.margin-t30 {
  margin-top: 20px;
}
.margin-t40 {
  margin-top: 40px;
}
.margin-t80 {
    margin-top: 80px;
  }
.padding-t40 {
  padding-top: 40px;
}
.padding-b0 {
  padding-bottom: 0px;
}
.pad-0 {
  padding: 0px;
}
.padding20 {
  padding: 20px;
}
.feature {
  list-style-type: none;
  font-size: 115%;
}
.feature li {
  list-style-type: none;
  margin-bottom: 10px;
}
.text-gray {
  color: #999;
}
.text-blue {
  color: #0068b7;
}
.text-navy {
  color: #790b1d;
}
.text-orange {
  color: #f18e19;
}
.width100 {
  width: 100%;
}
.pad-t0 {
  margin-top: 0px;
  padding-top: 0px;
}
.margin0 {
  margin: 0px;
}
.margin-l20 {
  margin-left: 20px;
}
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.pagetop a {
  display: block;
  z-index: 999;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #999;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
}
.pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sampleBox {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #000;
}
.fund_blue {
  background-color: #DCE9F0;
  padding-bottom: 60px;
  padding-top: 60px;
}
.fund_gray {
  background-color: #f5f5f5;
  padding-bottom: 60px;
  padding-top: 60px;
}
.fund_gray .item .quote {
  margin: 20px auto;
  width: 80%;
}
.fund_gray .item .quote .right {
  color: #fff;
  font-size: 32px;
  margin-left: 40px;
}
.fund_gray .item .quote .left {
  color: #fff;
  float: left;
  margin-right: 40px;
}
.fund_gray .item h5 {
  color: #fff;
  line-height: 36px;
}
.fund_gray .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
.fund_gray .owl-pagination .owl-page.active span {
  background-color: #fff;
}
.fund_gray .owl-pagination .owl-page span {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
.fund_white {
  padding-bottom: 60px;
  padding-top: 60px;
}
.fund_white .item .quote {
  margin: 20px auto;
  width: 80%;
}
.fund_white .item .quote .right {
  color: #fff;
  font-size: 32px;
  margin-left: 40px;
}
.fund_white .item .quote .left {
  color: #fff;
  float: left;
  margin-right: 40px;
}
.fund_white .item h5 {
  color: #fff;
  line-height: 36px;
}
.fund_white .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
.fund_white .owl-pagination .owl-page.active span {
  background-color: #fff;
}
.fund_white .owl-pagination .owl-page span {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
.margin90b {
  margin-bottom: 20px;
}
.img-circle {
  border-radius: 50%;
  border: 5px solid #0068b7;
}
figcaption {
  margin-top: 20px;
  font-size: 18px;
  color: #790b1d;
}
ul.list_disc {
  list-style-type: disc;
  margin-left: 15px;
}
.bg-gray {
  background-color: #CCC;
}
.bg-blue {
  background-color: #1C97FF;
}
.bg-white {
  background-color: #FFFFFF;
}

.navybar {
  background-color: #790b1d;
	color:#FFFFFF;
	font-size: 18px;
    color: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    line-height: 2.6em;
    font-weight: bold;
    width: 100%;
    border-color: #790b1d;
    border-radius: 4px;
}
.apply {
  font-size: 14px;
}
.limit {
  font-size: 14px;
  font-weight: bold;
  color: #1C97FF;
}
.role {
  background-color: #FFFFFF;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  border: 4px solid #790b1d;
  border-radius: 1rem;
}
.number {
  font-size: 40px;
  color: #0068b7;
}
.indent {
  list-style-type: none;
  line-height: 2.2rem;
}
.dl-horizontal dt {
  clear: left;
  float: left;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
}
.dl-horizontal dd {
  margin-left: 120px;
}
/* 吹き出し本体 */
.balloon1 {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #0168b7;
  background-color: #DCE9F0;
  margin-left: 60px; /* 左に余白を設ける */
}
/* 画像 - 絶対配置で左上に配置 */
.balloon1 .icon {
  position: absolute;
  left: -60px;
  top: 0;
}
/* 三角アイコン */
.balloon1::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #DCE9F0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* 吹き出し本体2 */
.balloon2 {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #0168b7;
  background-color: #FFFFFF;
  margin-left: 60px; /* 左に余白を設ける */
}
/* 画像 - 絶対配置で左上に配置 */
.balloon2 .icon {
  position: absolute;
  left: -60px;
  top: 0;
}
/* 三角アイコン */
.balloon2::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #FFFFFF;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.circle {
  display: inline-block;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background: #0168b7;
  text-align: center;
  line-height: 165px;
  color: #FFF;
  font-size: 60px;
}
.flow {
  padding-left: 140px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eaedf0;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 140px;
}
.flow > li {
  position: relative;
  list-style-type: none;
}
.flow > li:not(:last-child) {
  margin-bottom: 1rem;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background-color: #790b1d;
  padding: 8px 20px 5px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -140px;
  z-index: 100;
  font-weight: 700;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #790b1d;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before, .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #0068b7;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.25rem;
  padding-top: 0.5rem;
}
.flow dd {
  margin-left: 0;
  line-height: 2.4rem;
}
.box-gray {
  border: 1px solid #999999;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}
.lead {
  font-size: 24px;
  font-weight: 700;
  color: #0068b7;
  line-height: 1.6em;
}
/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 1.4em;
}
h3 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}
h3 img {
  width: 150px;
}
h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #790b1d;
}
h3 span {
  position: relative;
  padding: 0 1em;
}
h4 {
  font-size: 22px;
  position: relative;
  padding-bottom: 1rem;
}
h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #853c48;
  bottom: -3px;
  width: 20%;
}
h5 {
  position: relative;
  background: #eee;
  padding: 1.5rem 0.5rem 1rem 1.5rem;
  border-left: solid 4.25rem #790b1d;
  font-size: 16px;
  color: #000;
}
h5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  color: #000;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
}
/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
  font-size: 18px;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #790b1d;
  padding-top: 7px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  line-height: 2.6em;
  font-weight: bold;
  width: 100%;
  border-color: #790b1d;
}
.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active {
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
}
.btn-light {
  ont-size: 14px;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #0068b7;
  padding-top: 7px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  line-height: 2.6em;
  font-weight: bold;
  width: 100%;
  border-color: #0068b7;
  border-radius: 4px;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
  text-decoration: none;
  background-color: #0068b7;
  border-color: #0068b7;
  border-radius: 4px;
}
.btn-primary {
  font-size: 18px;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #790b1d;
  padding-top: 7px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  line-height: 2.6em;
  font-weight: bold;
  width: 100%;
  border-color: #790b1d;
  border-radius: 4px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  text-decoration: none;
  background-color: #790b1d;
  border-color: #790b1d;
  border-radius: 4px;
  opacity: 0.8;
}
.btn-block:hover, .btn-block:focus, .btn-block:active {
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
}
/* ==========================================================================
Layout 
========================================================================== */
.dark-bg {
  background: #24242a;
}
.light-bg {
  background: #fff;
}
/* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #24242a;
}
.preloader i {
  color: #fff;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}
/* ==========================================================================
Navigation Style
========================================================================== */
.navbar-default {
  background: rgba(255, 255, 255, 1.0);
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-header {
  padding-right: 15px;
}
.navbar-default .nav-wrap {
  width: 100%;
}
.navbar-default .nav > li > a {
  font-size: 13px;
  color: #000;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 25px;
}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .navbar-default .nav > li > a:active {
  color: #0068b7;
}
.navbar-default .social-media {
  float: right;
  padding-bottom: 5px;
}
.navbar-default .social-media i {
  font-size: 18px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #000;
}
.social-media li {
  float: left;
  list-style-type: none;
  padding-right: 10px;
  padding-left: 6px;
}
.social-media a {
  color: #FFF;
}
.top-nav-collapse {
  background-color: #FFF;
}
/* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero {
  overflow: hidden;
}
#owl-hero .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -180px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
  padding-right: 10px;
  padding-left: 10px;
}
#owl-hero .item .caption h1 {
  margin-top: 100px;
  margin-bottom: 0px;
  font-size: 46px;
}
#owl-hero .item .caption img {
  width: 700px;
}
#owl-hero .item .caption h1 span {
  font-weight: bold;
  color: #000;
}
#owl-hero .item .caption h6 {
  color: #000;
  font-size: 20px;
  text-shadow: -1px 1px 5px #333333;
}
#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero .owl-buttons .owl-prev, #owl-hero .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero:hover .owl-prev {
  left: -5px;
}
#owl-hero:hover .owl-next {
  right: -5px;
}
/* ==========================================================================
Welcome Style
========================================================================== */
#welcome {
  background-color: #DCE9F0;
  padding: 60px 0px;
}
/* ==========================================================================
Photo Style
========================================================================== */
#photo {
  background-image: url("../img/bg_photo.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 10px;
  text-align: center;
}
#photo h2 {}
#photo h2 span {
  font-weight: 700;
}
#photo img {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* ==========================================================================
Services Style
========================================================================== */
#services {
  padding: 60px 0;
  text-align: center;
}
#services h2 {}
#services p {
  color: #fff;
}
#services .services-box {
  margin-top: 40px;
}
#services .services-box .col-md-4 {
  margin-bottom: 20px;
}
#services .services-box .col-md-4 .media-left, #services .services-box .col-md-4 .media-right, #services .services-box .col-md-4 .media-body {
  padding-right: 30px;
  vertical-align: baseline;
}
#services .services-box .col-md-4 .media-left p, #services .services-box .col-md-4 .media-right p, #services .services-box .col-md-4 .media-body p {
  text-align: left;
}
#services .services-box .col-md-4 .media-left h3, #services .services-box .col-md-4 .media-right h3, #services .services-box .col-md-4 .media-body h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
#services .services-box .col-md-4 .media-left span, #services .services-box .col-md-4 .media-right span, #services .services-box .col-md-4 .media-body span {
  font-size: 36px;
  color: #fff;
}
/* ==========================================================================
Portfolio Style
========================================================================== */
#portfolio {
  padding: 60px 0;
  text-align: center;
  background-color: #000;
}
#portfolio h2 {}
#portfolio p {
  margin-bottom: 40px;
}
#portfolio .container-fluid {
  padding-left: 0;
  padding-right: 0;
  padding-top: 100px;
}
#portfolio .container-fluid .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}
#portfolio .portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(13, 13, 13, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, #portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 14px;
}
#portfolio .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
/* ==========================================================================
Work Process Style
========================================================================== */
#work-process {
  padding: 60px 0;
  text-align: center;
}
#work-process .col-lg-3 {
  margin-top: 40px;
}
#work-process h2 {
  text-transform: uppercase;
}
#work-process h4 {
  text-transform: uppercase;
  color: #0d0d0d;
}
#work-process span {
  font-size: 48px;
  color: #0d0d0d;
  margin-bottom: 15px;
}
/* ==========================================================================
Fun Facts Style
========================================================================== */
#fun-facts {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
#fun-facts .col-lg-3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#fun-facts h2 {
  text-transform: uppercase;
  color: #fff;
}
#fun-facts p {
  color: #fff;
}
#fun-facts h4 {
  text-transform: uppercase;
  color: #fff;
}
#fun-facts .number {
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  margin: 0;
}
#fun-facts span {
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
}
/* ==========================================================================
Our Team Style
========================================================================== */
.team {
  background-color: #FFF;
  margin-bottom: 20px;
  padding: 15px;
}
#team h2 {}
#team .team {
  margin-top: 40px;
  margin-bottom: 20px;
}
#team .team h4 {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
#team .team p {
  color: #a3a3a3;
}
#team .team a {
  color: #0d0d0d;
  font-size: 22px;
  padding-right: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#team .team a:hover, #team .team a:focus, #team .team a:active {
  color: #a3a3a3;
}
/* ==========================================================================
submenu Style
========================================================================== */
#submenu {
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}
/* ==========================================================================
title Style
========================================================================== */
#title_fact {
  padding: 60px 0px 40px 0px;
  text-align: center;
  background-color: #333;
}
/* ==========================================================================
title_about Style
========================================================================== */
#title_about {
  padding: 60px 0px 40px 0px;
  text-align: center;
  background-color: #790b1d;
}
/* ==========================================================================
title_guideline Style
========================================================================== */
#title_guideline {
  padding: 60px 0px;
  text-align: center;
  background-color: #790b1d;
}
/* ==========================================================================
title_guideline Style
========================================================================== */
#title_fund {
  padding: 60px 0px;
  text-align: center;
  background-color: #790b1d;
}
/* ==========================================================================
title_area Style
========================================================================== */
#title_area {
  padding: 60px 0px;
  text-align: center;
  background-color: #790b1d;
}
/* ==========================================================================
title_feature Style
========================================================================== */
#title_feature {
  padding: 60px 0px;
  text-align: center;
  background-color: #790b1d;
}
/* ==========================================================================
Biography Style
========================================================================== */
#biography {
  text-align: center;
  background-color: #FFF;
  padding-top: 60px;
  padding-bottom: 60px;
}
#biography h4 {
  color: #999;
  text-align: left;
  font-size: 12px;
}
#biography p {
  text-align: left;
}
/* ==========================================================================
Discography Style
========================================================================== */
#discography {
  padding: 60px 0;
  text-align: center;
  background-color: #FFF;
}
#discography h3 {
  color: #999;
}
#discography em {
  float: left;
}
#discography p {
  float: left;
  text-align: left;
}
#discography img {
  margin-bottom: 20px;
}
/* ==========================================================================
News Style
========================================================================== */
#news {
  background-image: url("../img/collage.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
  text-align: center;
}
#news h4 {
  text-align: left;
  font-size: 140%;
  margin-top: 0px;
}
#news h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 100%;
}
#news em {
  background-color: #fff;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-right: 10px;
  padding-top: 3px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
}
#news p {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.row_news hr {
  border-top: 1px solid #666;
  border-width: 1px 0 0;
  margin-bottom: 20px;
  margin-top: 10px;
}
/* ==========================================================================
Testimonials Style
========================================================================== */
#testimonials {
  background-image: url("../img/bg_news.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
#testimonials p {
  color: #fff;
}
#testimonials .item .quote {
  margin: 20px auto;
  width: 80%;
}
#testimonials .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #fff;
}
#testimonials .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #fff;
}
#testimonials .item h5 {
  color: #fff;
  line-height: 36px;
}
#testimonials .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
#testimonials .owl-pagination .owl-page.active span {
  background-color: #fff;
}
#testimonials .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* ==========================================================================
Contact Us Style
========================================================================== */
#contact {
  padding: 60px 0;
  text-align: center;
}
#contact h2 {}
#contact form {
  margin: 40px 0;
}
#contact .form-group {
  margin-bottom: 35px;
}
#contact .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #24242a;
  color: #0d0d0d;
  min-height: 45px;
}
#contact textarea {
  height: 140px;
  resize: none;
}
/* ==========================================================================
Google Map Style
========================================================================== */
#map {
  width: 100%;
  height: 400px;
}
/* ==========================================================================
Footer Map Style
========================================================================== */
footer {
  background-color: #f5f5f5;
  font-size: 11px;
  padding: 20px 10px 5px;
  text-align: left;
}
footer a {
  color: #000;
}
footer h1 {
  font-weight: 700;
  text-transform: uppercase;
}
footer dl {}
footer li {
  line-height: 1.6em;
  list-style-type: none;
}
footer .social {
  margin: 40px 0;
}
footer .social a {
  color: #000;
  margin-left: 20px;
  margin-right: 20px;
  transition: all 0.3s ease-in-out 0s;
}
footer .social a:hover, footer .social a:focus, footer .social a:active {
  color: #a3a3a3;
}
footer h6 {
  color: #000;
  font-size: 11px;
  line-height: 1.5em;
}
footer .snavi li {
  border-left: 2px solid #b8b8b8;
  float: left;
  font-size: 11px;
  list-style-type: none;
  margin-left: 0;
}
footer .snavi li:last-child {
  border-right: 2px solid #b8b8b8;
}
footer .snavi li a {
  color: #000;
  display: block;
  padding: 0 1rem;
}
/* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 992px) {
  /*-- Navigation --*/
  .advertise img {
    height: 320px;
    width: 191px;
  }
  .navbar-default {
    background-color: #FFF;
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
    padding-left: 10px;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
  }
  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    padding-top: 2px;
    padding-bottom: 0px;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #0068b7;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left, .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }
  /*-- Sliders --*/
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }
  /*-- Services --*/
  #services h3 {
    font-size: 22px;
  }
  /*-- section styles --*/
  #testimonials h5 {
    font-size: 18px;
  }
  .margin20b {
    margin-bottom: 20px;
  }
}
@media (max-width: 467px) {
  h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.16em;
  }
  h2 {
    font-size: 24px;
    font-weight: 700;
  }
  h3 {
    font-size: 22px;
    font-weight: 700;
  }
  h3 img {
    width: 100px;
  }
  h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
  }
  h5 {
    font-size: 18px;
    font-weight: 700;
  }
  h6 {
    font-size: 16px;
    font-weight: 700;
  }
  .btn-transparent {
    background-color: #0068b7;
    color: #fff;
    font-size: 10px;
    line-height: 2.6em;
    padding: 7px 15px 5px;
    transition: all 0.3s ease-in-out 0s;
  }
  .globalnavi li {
    font-size: 14px;
    margin-left: 20px;
    margin-top: 0;
  }
  .navbar-default .navbar-header .navbar-brand img {
    height: 22px;
    width: 80px;
  }
  .navbar-default .nav > li > a {
    color: #000;
    font-size: 13px;
    padding: 0 0 10px 0px;
    transition: all 0.3s ease-in-out 0s;
  }
  #owl-hero .item .caption h1 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 130px;
    font-weight: 700;
  }
  #owl-hero .item .caption h6 {
    font-size: 14px;
    font-weight: 700;
  }
  p {
    font-size: 14px;
  }
  dd, dt {
    line-height: 1.7em;
    font-size: 14px;
  }
  .light-sep {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .feature {
    list-style-type: none;
    font-size: 14px;
  }
  .xs-margin-b10 {
    margin-bottom: 10px;
  }
  .img-circle {
    border-radius: 50%;
    border: 3px solid #0068b7;
  }
  .apply_text {
    font-size: 14px;
  }
  .welcome {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .btn-block {
    font-size: 16px;
  }
  .circle {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #0168b7;
    text-align: center;
    line-height: 100px;
    color: #FFF;
    font-size: 40px;
  }
  .lead {
    font-size: 20px;
  }
	.flow {
  padding-left: 100px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eaedf0;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 90px;
}
.flow > li {
  position: relative;
  list-style-type: none;
}
.flow > li:not(:last-child) {
  margin-bottom: 1rem;
}
.flow > li .icon {
  font-size: 10px;
  color: #fff;
  background-color: #790b1d;
  padding: 2px 10px 2px 10px;
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 100;
  font-weight: 700;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #790b1d;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 20px;
  position: relative;
}
.flow > li dl::before, .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #0068b7;
  border-radius: 50%;
  left: -14px;
}
.flow > li dl::after {
  width: 10px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.25rem;
  padding-top: 0.5rem;
}
.flow dd {
  margin-left: 0;
  line-height: 2.4rem;
}
	.fee {
    font-size: 180%;
}
	figcaption {
    margin-top: 20px;
    font-size: 16px;
    color: #790b1d;
}
}
@media (max-width: 767px) {
  .padding5 {
    padding-right: 3px;
    padding-left: 3px;
  }
  .gray {
    font-size: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  h3 {
    line-height: 1.5em;
  }
  .margin0 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #submenu {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  h5 {
    font-size: 16px;
    font-weight: 700;
  }
  @media (max-width: 1200px) {
    .margin90b {
      margin-bottom: 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .item {
      height: 600px;
    }
  }