/*!
 * Version: 1.0.0
 * Updated: 01.06.2019
**/
/**
----------------------
## TABLE CONTNETS ##
01. Fonts
02. Utilities
--  02.1 Reset
--  02.2 Spacing
--  02.3 Misc
--  02.4 Preset
--  02.5 Animate
03. layouts
--  03.1 Header
--  03.2 Menu
--  03.3 Sections
--  03.4 Footer
04. Override
05. Block
--  05.1 Banner
--  05.2 Feature
--  05.3 Services
--  05.4 Counter
--  05.5 Project
--  05.6 Testimonial
--  05.7 Team
--  05.8 Cta
--  05.9 Post
--  05.10 Career
--  05.11 Contact
--  05.12 form
---------------------- **/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem; }

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0; }

p {
  margin-bottom: 1rem; }
  p:last-child {
    margin-bottom: 0; }

ul, ol, table {
  margin: 0;
  padding: 0; }

strong, b {
  font-weight: 700; }

.t-u {
  text-transform: uppercase; }

.t-c {
  text-transform: capitalize; }

.t-n {
  text-transform: initial; }

.fw-bold {
  font-weight: 700 !important; }

.tc-light p, .tc-light h1, .tc-light h2, .tc-light h3, .tc-light h4, .tc-light h5, .tc-light h6 {
  color: #ffffff !important; }
.tc-light .color-primary {
  color: #ff4157 !important; }
.tc-light .color-secondary {
  color: #ecf6fa !important; }

.tc-primary {
  color: #ff4157 !important; }

.tc-grey {
  color: #432b1f !important; }

.tc-deep-red {
  color: #A91B31; }

.tc-light-dark {
  color: rgba(255, 255, 255, 0.7) !important; }
  .tc-light-dark h1, .tc-light-dark h2, .tc-light-dark h3, .tc-light-dark h4, .tc-light-dark h5 {
    color: #ffffff; }

.tc-light {
  color: #ffffff; }

.heading-xs {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 13px;
  letter-spacing: 1.4px;
  line-height: 15px; }

.section-head {
  margin-bottom: 38px;
  line-height: .8; }
  .section-head .heading-xs {
    margin-bottom: 13px; }
  .section-head h2 {
    margin-bottom: 15px; }

.post-date-info {
  font-size: 12px;
  display: block;
  position: relative;
  color: #8a8a8a; }

.text-xs {
  font-size: 0.75rem; }

.text-sm {
  font-size: 0.8rem; }

.text-md {
  font-size: 1.5rem; }

.tc-shadow {
  text-shadow: 0 0 10px #000; }

/** 02. Utilities */
.image-block {
  width: 100%; }
  .image-block img {
    width: 100%; }

.preloader {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000; }
  .preloader:before, .preloader:after {
    position: absolute;
    left: 0;
    height: 51%;
    width: 100%;
    transition: all .6s ease;
    background: #fff;
    content: ''; }
  .preloader:before {
    top: 0; }

.page-loaded .preloader:before {
  transform: translate(0, -100%); }

.preloader:after {
  bottom: 0; }

.page-loaded .preloader:after {
  transform: translate(0, 100%); }

.spinner {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  z-index: 1001; }

.spinner-round {
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #dae6fd;
  animation: spin 2s linear infinite; }
  .spinner-round:before, .spinner-round:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 3px solid transparent; }
  .spinner-round:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top-color: #007dff;
    animation: spin 3s linear infinite; }
  .spinner-round:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-top-color: #dae6fd;
    animation: spin 1.5s linear infinite; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
a, button {
  outline: 0 none;
  transition: all 0.5s;
  color: #003cab; }

a:link, a:visited {
  text-decoration: none; }

button:link, button:visited {
  text-decoration: none; }

a:hover, a:focus, a:active {
  outline: 0;
  color: #003cab; }

button:hover, button:focus, button:active {
  outline: 0;
  color: #003cab; }

.bg-dark a:hover, .bg-dark button:hover {
  color: #ffffff; }

.btn {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  background: #003cab;
  text-transform: uppercase;
  border-radius: 0px;
  display: inline-block;
  padding: 10px 20px;
  transition: all ease .5s;
  outline-style: none; }
  .btn:hover {
    background: #ff1d37;
    color: #ffffff; }
  .btn:focus {
    background: #ff1d37;
    color: #ffffff;
    box-shadow: none;
    outline-style: none; }

.bg-primary .btn {
  background: #ffffff;
  color: #003cab; }
  .bg-primary .btn:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff; }

.btn-lg {
  padding: 10px 30px; }

.btn-md {
  padding: 10px 24px; }

.btn-xs {
  padding: 5px 18px;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize; }

.btn-outline {
  background: transparent;
  border-color: #ffffff;
  border: 1px solid; }
  .btn-outline:hover {
    border-color: #003cab; }

.bg-primary .btn-outline {
  color: #ffffff;
  background: transparent; }
  .bg-primary .btn-outline:hover {
    background: #ffffff;
    color: #003cab; }

.btn-underline {
  padding: 0;
  background: transparent;
  color: #131313;
  font-weight: 700;
  padding-bottom: 9px;
  position: relative; }
  .btn-underline::after {
    position: absolute;
    content: "";
    width: 100%;
    background: #003cab;
    height: 1px;
    bottom: 0;
    right: 0;
    transition: all ease .5s; }
  .btn-underline:hover {
    color: #003cab; }
    .btn-underline:hover::after {
      width: 50%; }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #2a2a2e;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light:active {
  color: #2a2a2e;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #2a2a2e;
  background-color: transparent;
  background-image: none;
  border-color: #2a2a2e; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #2a2a2e;
  border-color: #2a2a2e; }

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 42, 46, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #2a2a2e;
  background-color: transparent; }

.btn-outline-dark:active {
  color: #fff;
  background-color: #2a2a2e;
  border-color: #2a2a2e; }

.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 42, 46, 0.5); }

.btn-secondary {
  background: #ecf6fa;
  color: #131313;
  border-color: transparent; }
  .btn-secondary:hover {
    background: #c4e3ef;
    border-color: #c4e3ef;
    color: #131313; }

.btn-info {
  background: #026bfb;
  border-color: #026bfb; }
  .btn-info:hover {
    background: #0255c8;
    border-color: #0255c8; }

.btn-light {
  background: #ffffff;
  border-color: #ffffff;
  color: #131313; }
  .btn-light:hover {
    background: #e6e6e6;
    color: #131313; }

.btn-dark {
  background: #000000;
  border-color: #000000; }
  .btn-dark:hover {
    background: #4d4d4d; }

.btn-social {
  background: #000000;
  border-color: #000000;
  display: inline-block; }
  .btn-social .icon {
    display: inline-block; }
    .btn-social .icon + span {
      margin-left: 10px; }
  .btn-social span {
    position: relative;
    z-index: 999999;
    display: inline-block; }
  .btn-social:hover {
    background: #4d4d4d; }

@media (min-width: 992px) {
  .btn {
    padding: 13px 30px 14px; }

  .btn-sm {
    padding: 12px 25px; }

  .btn-lg {
    padding: 14px 46px; }

  .btn-xs {
    padding: 5px 18px; } }
.video-btn {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 77px;
  width: 77px;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
  color: #003cab;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  padding: 13px; }
  .video-btn::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: fade-border 1.2s ease-out infinite;
    z-index: -1; }
  .video-btn:hover::after {
    background-color: #e6e6e6; }

@keyframes fade-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
/***************************************/
.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center; }

/** margin setting **/
.bd {
  border: 1px solid #e2e8eb; }

.bd-2 {
  border-width: 2px; }

.bd-3 {
  border-width: 3px; }

.bdt {
  border-top: 1px solid #e2e8eb; }

.bdt-2 {
  border-top-width: 2px; }

.bdt-3 {
  border-top-width: 3px; }

.bdb {
  border-bottom: 1px solid #e2e8eb; }

.bdb-2 {
  border-bottom-width: 2px; }

.bdb-3 {
  border-bottom-width: 3px; }

.bdl {
  border-left: 1px solid #e2e8eb; }

.bdl-2 {
  border-left-width: 2px; }

.bdl-3 {
  border-left-width: 3px; }

.bdr {
  border-right: 1px solid #e2e8eb; }

.bdr-2 {
  border-right-width: 2px; }

.bdr-3 {
  border-right-width: 3px; }

.bd-dashed {
  border-style: dashed; }

.bd-dotted {
  border-style: dotted; }

.bd-double {
  border-style: double; }

.bd-light, .bd-lighter {
  border-color: #dbe4f7; }

.bd-lightest {
  border-color: #f4f7fd; }

.bd-dark, .bd-darker, .bd-darkest {
  border-color: #131313; }

.bd-primary {
  border-color: #ff4157; }

.bd-alternet {
  border-color: #a2b3cd; }

.bd-secondary {
  border-color: #ecf6fa; }

.bd-info {
  border-color: #9ac4fd; }

.bd-warning {
  border-color: #fbe5a8; }

.bd-success {
  border-color: #b0efce; }

.bd-danger {
  border-color: #f5bfb7; }

.hr, hr {
  border-top: 1px solid #dbe4f7;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

hr.exthin {
  border-top: 1px solid #fafafa; }

hr.thin {
  border-top: 1px solid #f0f0f0; }

.round {
  border-radius: 6px !important; }

.round-sm {
  border-radius: 4px !important; }

.round-md {
  border-radius: 10px !important; }

.round-lg {
  border-radius: 15px !important; }

.round-full, .circle {
  border-radius: 50% !important; }

.shadow {
  box-shadow: 0px 3px 12px 0px rgba(10, 16, 21, 0.08) !important; }

.shadow-soft {
  box-shadow: 0px 5px 45px 0px rgba(10, 16, 21, 0.08); }

.shadow-soft-sm {
  box-shadow: 0px 2px 12px 0px rgba(10, 16, 21, 0.08); }

.shadow-dark {
  box-shadow: 0 5px 40px rgba(10, 16, 21, 0.15); }

.shadow-dark-sm {
  box-shadow: 0 3px 12px 0px rgba(10, 16, 21, 0.15); }

.shadow-heavy {
  box-shadow: 0 5px 50px rgba(10, 16, 21, 0.25); }

.shadow-heavy-sm {
  box-shadow: 0 3px 12px 0px rgba(10, 16, 21, 0.25); }

.bdr {
  border: 1px solid #e2e8eb; }

.bdr-t {
  border-width: 1px 0 0 0 !important;
  border-color: #e2e8eb; }

.bdr-b {
  border-width: 0 0 1px 0 !important;
  border-color: #e2e8eb; }

.bdr-l {
  border-width: 0 0 0 1px !important;
  border-color: #e2e8eb; }

.bdr-r {
  border-right: 1px solid #525269; }

.bdr-light-dark {
  border: 1px solid rgba(255, 255, 255, 0.2); }

.bdr-dark {
  border: 1px solid #525269; }

.bdr-counter {
  border: 1px solid #51507e; }

.bdr-dark-v1 {
  border-color: #525269; }

.bd-double {
  border: 3px double #c8c6ce; }

.bd-double-light {
  border: 3px double #e2e8eb; }

.has-bg-image .container {
  position: relative;
  z-index: 5; }

.has-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.bg-image {
  position: absolute !important;
  z-index: 0 !important;
  opacity: 0;
  transition: opacity .4s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0; }
  .bg-image.bg-image-loaded {
    opacity: 1; }
  .bg-image img {
    display: none !important; }
  .bg-image:after {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0; }

.overlay {
  position: relative; }
  .overlay:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0; }

.overlay-dark::after {
  background: rgba(0, 0, 0, 0.8); }

.bg-danger {
  background-color: #ff4157 !important; }
  .bg-danger .heading-xs::before, .bg-danger .heading-xs::after {
    background: #ffffff; }

.bg-secondary {
  background-color: #ecf6fa !important; }

.bg-light {
  background: #f8f9fa; }

.bg-light-alt {
  background: #f5f5f7; }

.h-max {
  min-height: 95%; }

.dash {
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  display: inline-block; }
  .dash::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #007dff;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0; }
  .dash::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #007dff;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: auto;
    right: 0; }
  .dash.gray::before, .dash.gray::after {
    background: #dee2e6;
    width: 40px; }

.dash-both {
  padding-right: 35px;
  padding-left: 35px; }
  .dash-both::after {
    left: auto;
    right: 0; }

@media (min-width: 768px) {
  .dash::after {
    left: 0;
    right: auto; }

  .dash-both::after {
    left: auto;
    right: 0; } }
/****************************/
/** 03.03 Sections */
.section {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  z-index: 2;
  padding-top: 45px;
  padding-bottom: 45px; }

.py-7 {
  padding-top: 60px;
  padding-bottom: 60px; }

.py-10 {
  padding-top: 75px;
  padding-bottom: 75px; }

@media (min-width: 576px) {
  .section {
    padding-top: 51.4285714286px;
    padding-bottom: 51.4285714286px; }

  .py-7 {
    padding-top: 68.5714285714px;
    padding-bottom: 68.5714285714px; }

  .py-10 {
    padding-top: 85.7142857143px;
    padding-bottom: 85.7142857143px; } }
@media (min-width: 768px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px; }

  .py-7 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .py-10 {
    padding-top: 100px;
    padding-bottom: 100px; } }
@media (min-width: 992px) {
  .section {
    padding-top: 90px;
    padding-bottom: 90px; }

  .py-7 {
    padding-top: 120px;
    padding-bottom: 120px; }
    .py-7.is-bg-half {
      padding-top: 120px; }

  .py-10 {
    padding-top: 150px;
    padding-bottom: 150px; } }
@media (min-width: 1600px) {
  .py-7 {
    padding-top: 120px;
    padding-bottom: 120px; }

  .py-10 {
    padding-top: 150px;
    padding-bottom: 150px; }
    .py-10.is-bg-half {
      padding-top: 150px; } }
/*--------- gallery grid (/album) ---*/
.p-grid-item {
  position: relative;
  padding: 0; }
  .p-grid-item .p-grid-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 10px; }
    .p-grid-item .p-grid-thumb img {
      width: 100%;
      transform: scale(1);
      transition: all 0.2s ease-in-out;
      backface-visibility: hidden; }
      @media (prefers-reduced-motion: reduce) {
        .p-grid-item .p-grid-thumb img {
          transition: none; } }
      .p-grid-item .p-grid-thumb img:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
  .p-grid-item .p-grid-text {
    z-index: 1;
    padding: 18px 20px 18px 20px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff; }
  .p-grid-item .p-grid-text.with-remark {
    padding: 18px 5px 5px 20px; }
    .p-grid-item .p-grid-text.with-remark p {
      padding-right: 15px; }
    .p-grid-item .p-grid-text.with-remark .remark {
      font-size: 0.8rem;
      color: #bbb;
      display: block;
      text-align: right;
      padding-top: 18px; }

.header-main {
  padding: 0px 15px;
  transition: all .4s;
  position: absolute;
  width: 100%;
  z-index: 9;
  background-color: #212529; }
  @media (min-width: 992px) {
    .header-main {
      padding: 0px 40px; } }
  .header-main .container .header-wrap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .header-main .container .header-wrap .header-logo {
      margin: 6px 0;
      flex-shrink: 0; }
      .header-main .container .header-wrap .header-logo.logo img {
        transition: all .4s; }
        @media (min-width: 992px) {
          .header-main .container .header-wrap .header-logo.logo img {
            height: 44px; } }
        @media (min-width: 1200px) {
          .header-main .container .header-wrap .header-logo.logo img {
            height: 50px; } }

.header-navbar {
  position: fixed;
  left: -280px;
  top: 0;
  width: 260px;
  height: 100vh;
  transition: all 0.4s; }
  .header-navbar::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    background: #212529;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s; }
  @media (min-width: 576px) {
    .header-navbar {
      left: -360px;
      width: 340px; } }
  @media (min-width: 992px) {
    .header-navbar {
      height: auto;
      width: auto;
      left: 0;
      padding: 0 0 0 15px;
      margin-top: 0;
      position: relative; }
      .header-navbar:before {
        display: none; } }

.header-navbar-overlay {
  position: absolute;
  height: 100%;
  content: '';
  top: 0;
  background: rgba(18, 27, 34, 0.7);
  left: 100%;
  width: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
  transition-delay: 0.2s; }

.header-navbar.menu-shown {
  left: 0 !important; }
  .header-navbar.menu-shown .header-navbar-overlay {
    width: 100vw;
    opacity: 1;
    visibility: visible; }

.header-menu {
  justify-content: flex-end;
  padding: 30px 25px;
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto; }
  @media (min-width: 992px) {
    .header-menu {
      display: flex !important;
      width: auto;
      align-items: center;
      position: static;
      background: transparent;
      padding: 0;
      margin: 0;
      border-radius: 0;
      overflow: visible; } }

.header-nav-toggle {
  height: 44px; }
  @media (min-width: 992px) {
    .header-nav-toggle {
      display: none; } }

/** 03.02 Menu */
.menu {
  padding: 12px 0; }
  @media (min-width: 992px) {
    .menu {
      display: flex;
      align-items: center;
      padding: 0; } }

.menu-item {
  position: relative;
  border-bottom: 1px solid rgba(219, 228, 247, 0.75); }
  .menu-item:last-child {
    border-bottom: 0; }
  .menu-item > ul {
    display: none; }
  .menu-item a {
    font-size: 1rem;
    line-height: 2rem;
    color: #fff;
    padding: 12px 0;
    display: block;
    position: relative;
    font-weight: 600; }
    .menu-item a.active, .menu-item a:hover {
      color: #ebbb1f; }
  @media (min-width: 992px) {
    .menu-item {
      border-bottom: none; }
      .menu-item > a {
        padding: 20px 18px; }
      .menu-item:hover {
        z-index: 9999; }
        .menu-item:hover > .menu-sub {
          opacity: 1;
          visibility: visible;
          transform: translateX(0) translateY(0); }
      .menu-item > a:hover, .menu-item > a.active {
        background-color: #ebbb1f;
        color: #fff; } }

.menu-btns {
  margin-bottom: 26px;
  margin-top: -10px;
  padding-top: 10px;
  display: flex;
  position: relative; }
  .menu-btns::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 18px;
    margin: auto 0;
    top: 0;
    display: none; }
  .menu-btns li {
    padding: 0px; }
    .menu-btns li a {
      padding: 12px 15px; }
    .menu-btns li .search {
      background: transparent;
      padding: 12px 0;
      font-size: 18px;
      margin-right: 10px;
      min-width: auto;
      border: none;
      display: none; }
  @media (min-width: 576px) {
    .menu-btns::before {
      display: block; }
    .menu-btns > li a {
      padding: 12px 22px; } }
  @media (min-width: 992px) {
    .menu-btns {
      display: flex;
      margin-bottom: -10px;
      margin-left: 12px;
      padding-left: 15px;
      padding-top: 0; }
      .menu-btns > li {
        padding: 10px; }
        .menu-btns > li:last-child {
          padding-right: 0; }
        .menu-btns > li .search {
          display: inline-block;
          margin-right: 5px; } }

.menu-sub {
  display: none;
  padding-left: 12px; }
  .menu-sub .menu-item:first-child {
    border-top: 1px solid rgba(219, 228, 247, 0.75); }
  .menu-sub .menu-item a {
    color: #fff;
    font-size: 0.8rem; }
  @media (min-width: 992px) {
    .menu-sub {
      position: absolute;
      max-width: 200px;
      min-width: 200px;
      background: #fff;
      padding: 15px 0;
      top: 100%;
      left: 0;
      display: block !important;
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      transition: all .4s;
      border-radius: 4px;
      transform: translateX(0) translateY(-8px);
      box-shadow: 0px 3px 12px 0px rgba(10, 16, 21, 0.08); }
      .menu-sub .menu-item a {
        color: #4a4a4a;
        width: 100%;
        display: block;
        padding: 10px 10px; }
      .menu-sub .menu-item:first-child {
        border-top: none; }
      .menu-sub .menu-item:hover > a {
        color: #ff4157; } }

.has-sub > a {
  position: relative; }
  .has-sub > a:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '\e80a';
    font-family: 'fontello';
    font-size: 12px;
    font-weight: 300;
    transition: transform .4s; }
  @media (min-width: 992px) {
    .has-sub > a {
      padding-right: 24px !important;
      position: relative; }
      .has-sub > a:after {
        right: 8px; } }
.has-sub.open-nav > a:after {
  transform: translateY(-50%) rotate(-180deg); }
@media (min-width: 992px) {
  .has-sub .menu-sub .menu-item > a {
    padding-right: 20px !important;
    padding-left: 35px; }
    .has-sub .menu-sub .menu-item > a:after {
      transform: translateY(-50%) rotate(90deg);
      left: 15px;
      right: auto; } }

@media (min-width: 992px) {
  .menu-sub .has-sub > a {
    padding-right: 35px; }
    .menu-sub .has-sub > a:after {
      transform: translateY(-50%) rotate(-90deg);
      right: 15px; } }
.navbar-toggle {
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s; }
  .navbar-toggle.active {
    color: #ff4157;
    position: relative;
    z-index: 49; }
  .navbar-toggle:hover, .navbar-toggle.active {
    background: rgba(255, 255, 255, 0.2); }

.toggle-line {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  color: #ffffff; }
  .toggle-line::after {
    content: "";
    position: absolute;
    background: currentColor;
    transition: all 0.2s;
    width: 24px;
    height: 2px;
    left: 4px;
    border-radius: 3px; }
  .toggle-line::before {
    content: "";
    position: absolute;
    background: currentColor;
    transition: all 0.2s;
    width: 24px;
    height: 2px;
    left: 4px;
    border-radius: 3px;
    top: 8px; }
  .toggle-line > span {
    content: "";
    position: absolute;
    background: currentColor;
    transition: all 0.2s;
    width: 24px;
    height: 2px;
    left: 4px;
    border-radius: 3px; }
  .toggle-line::after {
    bottom: 8px; }
  .toggle-line > span {
    top: 50%;
    margin-top: -1px;
    width: 20px; }

.active .toggle-line {
  color: #fff; }
  .active .toggle-line::before, .active .toggle-line::after {
    width: 28px;
    left: 2px; }
  .active .toggle-line::before {
    transform: rotate(45deg);
    top: 15px; }
  .active .toggle-line::after {
    transform: rotate(-45deg);
    bottom: 15px; }
  .active .toggle-line > span {
    opacity: 0;
    visibility: hidden; }

@media (min-width: 1200px) {
  .menu-item > a {
    padding: 30px 18px; }
  .menu-item.has-sub > a {
    padding-right: 34px !important; }
    .menu-item.has-sub > a:after {
      right: 18px; }

  .menu-sub a {
    padding: 10px 18px; } }
@media (min-width: 1600px) {
  .menu-btns {
    margin-left: 25px;
    padding-left: 22px; }
    .menu-btns > li .search {
      margin-right: 10px; } }
#breadcrumb-wrapper {
  background: #f4f4f4;
  padding: 0; }
  #breadcrumb-wrapper .t-language {
    line-height: 41px; }
    #breadcrumb-wrapper .t-language a.en {
      color: #a7a7a7;
      font-size: 13px;
      padding: 3px 5px; }
      #breadcrumb-wrapper .t-language a.en img.icon-en {
        height: 14px; }
  #breadcrumb-wrapper .breadcrumb .ku-logo {
    width: 25px; }
  #breadcrumb-wrapper .breadcrumb li {
    display: inline-block;
    padding: 7px 0px 7px 0px; }
    #breadcrumb-wrapper .breadcrumb li, #breadcrumb-wrapper .breadcrumb li a {
      font-size: 13px;
      color: #212529; }
    #breadcrumb-wrapper .breadcrumb li.active {
      font-weight: bolder; }
    #breadcrumb-wrapper .breadcrumb li:not(:first-child) {
      position: relative;
      padding: 7px 0px 7px 18px; }
      #breadcrumb-wrapper .breadcrumb li:not(:first-child):before {
        position: absolute;
        top: 0;
        left: 0;
        color: #e9ecef;
        font-family: "fontello";
        font-size: 1.5rem;
        content: '\e809';
        font-weight: 100; }

#footer {
  background: #453D64 url("../images/Outdoor-compound-H-trio-on-the-rope-2002-Oct.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0 0 0 0;
  color: #fff; }
  #footer a {
    color: #dae6fd; }
    #footer a:hover {
      color: #a8a9ad; }
  #footer .ft-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #adb5bd;
    letter-spacing: 0.9px; }
    #footer .ft-title:before {
      display: none; }
  #footer .ft-menu ul li {
    line-height: 2.5rem; }
  #footer .ft-menu ul li:before {
    position: absolute;
    left: 0;
    font-family: "fontello";
    font-weight: normal;
    content: '\e801';
    color: rgba(255, 255, 255, 0.2); }
  @media (min-width: 1200px) {
    #footer .ft-menu {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
  #footer .ft-picks-box {
    position: relative;
    padding: 30px 0px 0px 0px; }
    #footer .ft-picks-box .picks-item {
      padding-bottom: 2rem; }
      #footer .ft-picks-box .picks-item h6 {
        margin-bottom: 0rem; }
      #footer .ft-picks-box .picks-item a.picks-cat {
        position: absolute;
        z-index: 1;
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 21px;
        height: 24px;
        letter-spacing: .55px;
        margin-left: 10px;
        top: 0;
        padding: 0px 10px; }
      #footer .ft-picks-box .picks-item .picks-cat-orange {
        background: #ebbb1f;
        color: #fff; }
      #footer .ft-picks-box .picks-item .picks-cat-blue {
        background: #007dff;
        color: #fff; }
      #footer .ft-picks-box .picks-item .picks-thumb {
        margin-bottom: 1rem;
        width: 100%;
        height: auto;
        overflow: hidden; }
        #footer .ft-picks-box .picks-item .picks-thumb img {
          transition: all 0.2s ease-in-out; }
          @media (prefers-reduced-motion: reduce) {
            #footer .ft-picks-box .picks-item .picks-thumb img {
              transition: none; } }
      #footer .ft-picks-box .picks-item:hover .picks-thumb img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
      #footer .ft-picks-box .picks-item .picks-date {
        font-size: 12px;
        display: block;
        position: relative;
        color: #8a8a8a; }
  @media (min-width: 1200px) {
    #footer .kakenhi {
      border-left: 1px solid rgba(255, 255, 255, 0.1); } }
  #footer .copyrights {
    background: #2A2A2E; }
    #footer .copyrights .copyrights-text {
      color: #959699;
      line-height: 40px;
      text-align: left;
      font-size: 0.9rem; }

/** 05 block **/
/** 05.1 Banner */
/** 05.2 Feature */
.feature {
  display: flex;
  height: 100%;
  max-width: 400px; }

.text-center .feature {
  margin: 0 auto; }

.feature-icon {
  font-size: 48px;
  color: #ff4157;
  line-height: 0.612; }

.feature-s2 {
  display: block;
  padding: 20px 15px 0; }

.feature-s2 .icon-box {
  position: relative; }

.text-center .feature-s2 .icon-box {
  margin: 0 auto 10px; }

.feature-s2 .icon-box strong.icon {
  font-size: 72px;
  z-index: -1;
  font-family: "PT Sans Narrow", sans-serif;
  color: #ececec;
  line-height: .8; }
.feature-s2 .icon-box-content {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }
  .feature-s2 .icon-box-content h6 {
    font-size: 1rem; }

@media (min-width: 576px) {
  .feature {
    display: block; } }
@media (min-width: 992px) {
  .feature {
    display: flex; }

  .feature-s2 {
    display: block; } }
@media (min-width: 1200px) {
  .feature-s2 {
    padding: 20px 20px 0; } }
/**  05.5 Project */
.section-project {
  width: 100%;
  overflow: hidden; }
  .section-project .project {
    margin-left: 0;
    margin-right: 0; }
    .section-project .project [class*="col-"] {
      padding: 0; }
  .section-project .project-item {
    position: relative;
    text-align: center; }
    .section-project .project-item:hover .project-over {
      transform: translateY(0);
      opacity: 1; }
    .section-project .project-item:hover .project-image img {
      transform: scale(1.1); }
    .section-project .project-item:hover .project-image .video-btn {
      background: rgba(255, 255, 255, 0.1) !important; }
    .section-project .project-item:hover .project-content {
      transform: translateY(0);
      opacity: 1;
      transition: .5s; }
    .section-project .project-item h4 {
      font-size: 1.125rem; }
    .section-project .project-item p {
      font-size: .875rem;
      color: #4b4b4b; }
  .section-project .project-image {
    width: 100%;
    overflow: hidden; }
    .section-project .project-image img {
      width: 100%;
      transition: .5s; }
  .section-project .project-over {
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 30px);
    transition: all .3s;
    opacity: 0;
    transform: translateY(30px); }
    .section-project .project-over .project-content {
      opacity: 1; }
  @media (min-width: 1600px) {
    .section-project .project-over {
      position: absolute;
      left: 30px;
      top: 60px;
      right: 30px;
      bottom: 30px;
      width: calc(100% - 60px); }
    .section-project .project:hover .project-over {
      top: 30px; } }

/**  05.12 form **/
.header-search {
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  cursor: pointer; }

.search-show .header-search {
  opacity: 1;
  visibility: visible; }

.search-mobile {
  font-size: 18px;
  margin-right: 10px;
  line-height: 1;
  position: relative;
  top: -7px;
  color: #ffffff; }

.search-form {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .search-form label {
    color: #ffffff; }
  .search-form .input-search {
    background-color: #ffffff;
    color: #4b4b4b;
    height: auto;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    border: none;
    margin: 0 auto;
    padding: 20px 50px 20px 30px;
    width: 100%; }
    .search-form .input-search:focus {
      outline-style: none; }

.search-group {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  width: 80%; }

.search-submit {
  position: absolute;
  right: 0;
  top: 3px;
  background: transparent;
  border: 0;
  font-size: 24px;
  bottom: 0;
  padding: 0;
  right: 15px;
  height: 100%; }

.search-close {
  padding: 30px 0;
  display: inline-block;
  color: #ffffff;
  font-size: 30px; }
  .search-close:hover {
    color: rgba(255, 255, 255, 0.7); }

body.search-show {
  overflow: hidden; }

@media (min-width: 768px) {
  .search-form .input-search {
    padding: 30px; }

  .search-submit {
    right: 25px; }

  .search-group {
    max-width: 800px;
    width: 90%; } }
@media (min-width: 992px) {
  .search-mobile {
    display: none; } }
.box {
  background-color: #fcfcfc;
  margin-bottom: 1.5rem;
  padding: 1rem; }

.jatext-wrapper p, .jatext-content {
  font-family: "source-han-serif-japanese", -apple-system, BlinkMacSystemFont, YuGothic, "Noto Sans JP", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.jatext-wrapper p {
  font-size: 1.125rem;
  line-height: 1.6rem;
  letter-spacing: 0.05em; }

.jatext-wrapper .btitle {
  font-family: "source-han-serif-japanese", -apple-system, BlinkMacSystemFont, YuGothic, "Noto Sans JP", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  padding-bottom: 0.5rem;
  background-image: linear-gradient(to right, #eee 40%, rgba(226, 226, 226, 0) 50%);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
  margin-bottom: 0.7rem; }

.social-aside {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  .social-aside .btn {
    font-size: 1rem;
    color: #003cab;
    border: 1px solid #f5f5f7;
    background-color: #fcfcfc;
    text-align: center;
    padding: 0 !important;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    outline: 0 !important;
    border-radius: 3px; }
    .social-aside .btn i {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      line-height: inherit;
      border-radius: inherit;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .social-aside .btn .c-facebook {
      background-color: #3b5999; }
    .social-aside .btn .c-twitter {
      background-color: #55acee; }
  .social-aside .btn-dark {
    border: 1px solid #2A2A2E; }
  .social-aside .btn i:last-child {
    top: 100%; }
  .social-aside .btn:hover i:first-child, .social-aside .btn:focus i:first-child, .social-aside .btn.active i:first-child {
    top: -100%; }
  .social-aside .btn:hover i:last-child, .social-aside .btn:focus i:last-child, .social-aside .btn.active i:last-child {
    top: 0;
    color: #fff; }
  .social-aside .light-blue {
    background-color: #0d21b6; }
  @media (min-width: 1200px) {
    .social-aside {
      position: absolute;
      z-index: 1030;
      display: block !important;
      width: 4.5rem;
      margin-left: -4.5rem;
      text-align: right;
      padding-right: 0.5rem; } }

.block-title {
  font-size: 0.9rem;
  font-weight: 800;
  margin: 0 0 0px;
  border-bottom: 2px solid #1e88e5; }
  .block-title a.button-more {
    padding: 2px 8px 2px 4px;
    margin-bottom: 3px;
    margin-left: auto;
    border-radius: 2px; }

.block-title > span {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #1e88e5;
  color: #fff;
  line-height: 25px;
  padding: 3px 15px;
  position: relative; }
  .block-title > span:after {
    border-top-color: #1e88e5;
    position: absolute;
    content: " ";
    bottom: -12px;
    left: 40%;
    border-width: 5px;
    border-style: solid; }

.block-sub-title {
  color: #959699;
  font-size: 0.7rem;
  text-align: right;
  text-transform: uppercase; }

.ts-overlay-style {
  position: relative; }
  .ts-overlay-style .overlay-post-content {
    padding: 5px 0px 15px 0px; }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .ts-overlay-style .item {
      display: flex;
      align-items: flex-start; }
      .ts-overlay-style .item img {
        max-width: 360px; }
      .ts-overlay-style .item .overlay-post-content {
        flex: 1;
        padding: 0px 10px; } }
  @media (min-width: 992px) {
    .ts-overlay-style {
      overflow: hidden; }
      .ts-overlay-style .item:before {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, black 100%); }
      .ts-overlay-style .item.nnow:before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 5%, black 100%); }
      .ts-overlay-style .item:after {
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 3;
        bottom: 0;
        left: 0;
        content: '';
        opacity: 0;
        transition: all ease 500ms; }
      .ts-overlay-style .item:hover:after {
        opacity: 1; }
      .ts-overlay-style .overlay-post-content {
        position: absolute;
        z-index: 1;
        bottom: 0;
        padding: 24px 24px 18px; }
        .ts-overlay-style .overlay-post-content .post-title, .ts-overlay-style .overlay-post-content strong {
          color: #fff;
          font-weight: 700;
          text-shadow: 1px 1px 3px #000; }
        .ts-overlay-style .overlay-post-content .post-date-info {
          color: #e9ecef; } }

.video-image img {
  width: 100%; }

.list {
  padding-top: 5px; }
  .list li {
    padding-left: 20px;
    position: relative;
    padding-bottom: 4px;
    line-height: 1.5; }
    .list li:last-child {
      padding-bottom: 0; }

.list-check li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #ced4da;
  font-family: "fontello";
  content: '\e801'; }

.list-dot li::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ced4da;
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  margin: auto 0; }

#pub_year_list a, #pub_year_list a h6 {
  text-decoration: none;
  color: #355585; }

#pub_year_list a:hover {
  text-decoration: underline;
  color: #4671b0; }

#pub_year_list a .journal {
  color: #666; }

#pub_year_list h6 {
  font-size: 1.65em;
  letter-spacing: -0.5px;
  font-weight: 700;
  font-family: 'PT Sans Narrow', sans-serif; }

.w-40 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center; }

.text-xs {
  font-size: 0.75rem; }

.blue-50 {
  background-color: #e3f2fd;
  color: rgba(0, 0, 0, 0.87); }

.blue-100 {
  background-color: #bbdefb;
  color: rgba(0, 0, 0, 0.87); }

.blue-200 {
  background-color: #90caf9;
  color: rgba(0, 0, 0, 0.87); }

.blue-300 {
  background-color: #64b5f6;
  color: rgba(0, 0, 0, 0.87); }

.blue-400 {
  background-color: #42a5f5;
  color: rgba(0, 0, 0, 0.87); }

.blue-500 {
  background-color: #2196f3;
  color: rgba(255, 255, 255, 0.87); }

.blue-600 {
  background-color: #1e88e5;
  color: rgba(255, 255, 255, 0.87); }

.blue-700 {
  background-color: #1976d2;
  color: rgba(255, 255, 255, 0.87); }

.blue-800 {
  background-color: #1565c0;
  color: rgba(255, 255, 255, 0.87); }

.blue-900 {
  background-color: #0d47a1;
  color: rgba(255, 255, 255, 0.87); }

.blue-1000 {
  background-color: #0d47a1;
  color: rgba(255, 255, 255, 0.87); }

.cyan {
  background-color: #00bcd4;
  color: rgba(255, 255, 255, 0.87); }

.cyan-50 {
  background-color: #e0f7fa;
  color: rgba(0, 0, 0, 0.87); }

.cyan-100 {
  background-color: #b2ebf2;
  color: rgba(0, 0, 0, 0.87); }

.cyan-200 {
  background-color: #80deea;
  color: rgba(0, 0, 0, 0.87); }

.cyan-300 {
  background-color: #4dd0e1;
  color: rgba(0, 0, 0, 0.87); }

.cyan-400 {
  background-color: #26c6da;
  color: rgba(0, 0, 0, 0.87); }

.cyan-500 {
  background-color: #00bcd4;
  color: rgba(255, 255, 255, 0.87); }

.cyan-600 {
  background-color: #00acc1;
  color: rgba(255, 255, 255, 0.87); }

.cyan-700 {
  background-color: #0097a7;
  color: rgba(255, 255, 255, 0.87); }

.cyan-800 {
  background-color: #00838f;
  color: rgba(255, 255, 255, 0.87); }

.cyan-900 {
  background-color: #006064;
  color: rgba(255, 255, 255, 0.87); }

.pub-navside .pub-ul .media {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 0.5rem;
  padding-top: 1rem; }

.navside a.transparent:hover .title,
.navside a.transparent:focus .title {
  color: #199ab1 !important;
  font-weight: 700; }

.pub_title {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  font-weight: 800; }

/*

Pub-articles
*/
.article_title_en {
  font-size: 2rem;
  font-weight: 800;
  color: #432b1f; }

.article_h5_title_en {
  font-weight: 800; }

.article_citation {
  color: #495057;
  background-color: #e3f2fd; }
  .article_citation a {
    text-decoration: underline; }

/*# sourceMappingURL=styles.css.map */
