*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Poppins", sans-serif !important;
  color: #444444 !important; }
  body ::selection {
    background-color: #990000;
    color: white; }

a {
  text-decoration: none !important;
  color: inherit !important; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0 !important; }

figure {
  margin: 0 !important;
  overflow: hidden;
  position: relative; }
  figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }
  figure .video-play-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    figure .video-play-section .video-play-button {
      width: 60px;
      height: 60px;
      background-color: transparent;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 800ms;
      border: 2px solid #ffffff; }
      figure .video-play-section .video-play-button:hover {
        background-color: #FFE2E2; }
      figure .video-play-section .video-play-button i {
        color: #ffffff !important;
        font-size: 20px; }

.description {
  color: #444444;
  line-height: 30px;
  text-align: justify; }
  .description p {
    margin-bottom: 6px !important; }

.social-icons {
  z-index: 1;
  display: flex;
  gap: 14px;
  font-size: 1rem; }
  .social-icons .icon-wrapper {
    width: 35px;
    height: 35px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #DADADA;
    color: #BB1215; }
    .social-icons .icon-wrapper:hover {
      background-color: #BB1215;
      color: #ffffff; }
    .social-icons .icon-wrapper a,
    .social-icons .icon-wrapper i {
      padding: 10px; }

.section-gutter {
  margin-top: 80px; }

.detail-wrapper::first-letter {
  font-size: 40px; }
.detail-wrapper > * {
  margin-bottom: 22px !important; }
.detail-wrapper h1 {
  font-size: 2.5rem !important; }
.detail-wrapper h2, .detail-wrapper h3, .detail-wrapper h4, .detail-wrapper h5, .detail-wrapper h6 {
  font-weight: 700;
  font-size: 1.5rem !important;
  margin: 1.25rem 0 !important; }
.detail-wrapper h2 {
  margin-block: 30px !important; }
.detail-wrapper h3, .detail-wrapper h4, .detail-wrapper h5, .detail-wrapper h6 {
  margin-block: 20px !important; }
.detail-wrapper a {
  color: #BB1215 !important;
  display: inline;
  border-bottom: 1px solid #BB1215; }
.detail-wrapper li {
  margin-bottom: 10px; }
.detail-wrapper a {
  color: #BB1215 !important;
  text-decoration: dashed !important;
  display: block; }
.detail-wrapper blockquote {
  border: 1px solid #C9C9C9;
  display: flex;
  padding: 26px 30px;
  gap: 10px;
  font-size: 20px;
  gap: 30px; }
  .detail-wrapper blockquote::before {
    content: url("../images/quote.svg"); }

.primary-btn {
  background-color: #BB1215;
  color: #ffffff !important;
  display: block;
  font-size: 18px;
  font-weight: 600;
  width: fit-content;
  padding: 10px 24px;
  border-radius: 4px;
  border: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate; }
  .primary-btn::after {
    margin-left: 16px;
    font-family: "Font Awesome 5 Free";
    content: "\f178";
    font-size: 16px;
    font-weight: 700;
    transform: rotate(-35deg);
    display: inline-block; }
  .primary-btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    /*    background: #F00;*/
    z-index: -1;
    transition: 1s;
    border-style: solid;
    border-color: #e21d20;
    border-width: 80px 100px;
    transform: rotate(360deg);
    transform-origin: top left; }
  .primary-btn:hover:before {
    border-color: #8e1113;
    transform: rotate(40deg); }
  .primary-btn:hover {
    color: #ff0;
    transition: 0.5s;
    transition-delay: 0.3s; }

.sub-title {
  color: #BB1215;
  padding: 10px 26px;
  background-color: #FFE2E2;
  width: fit-content;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px; }

.section-title {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; }

.breadcrumb-all {
  color: white !important;
  position: relative; }
  .breadcrumb-all figure {
    position: relative;
    max-height: 450px; }
    .breadcrumb-all figure img {
      min-height: 19rem; }
    .breadcrumb-all figure::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 19, 33, 0.8); }
  .breadcrumb-all .breadcrumb-container {
    text-align: center;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%; }
    .breadcrumb-all .breadcrumb-container .breadcrumb {
      justify-content: center; }
    .breadcrumb-all .breadcrumb-container .breadcrumb-heading {
      font-weight: 700;
      font-size: 30px;
      line-height: 45px;
      /* identical to box height */
      letter-spacing: 2px; }
    .breadcrumb-all .breadcrumb-container .breadcrumb-item {
      font-weight: 600; }
      .breadcrumb-all .breadcrumb-container .breadcrumb-item + .breadcrumb-item::before {
        color: #ffffff !important; }
    .breadcrumb-all .breadcrumb-container .breadcrumb-item.active {
      color: #FF8C8E !important; }

.mission-vision figure {
  border-radius: 8px; }

.error {
  color: red;
  font-size: 14px; }

.accordion .accordion-item {
  margin-bottom: 15px;
  border: 0px;
  background-color: #ffffff;
  padding-left: 0px; }
  .accordion .accordion-item:has(.collapsed) {
    border: 0px solid #D0D0D0 !important; }
  .accordion .accordion-item h2, .accordion .accordion-item h3, .accordion .accordion-item h4, .accordion .accordion-item h5, .accordion .accordion-item h6 {
    margin: 0 !important; }
    .accordion .accordion-item h2 .accordion-button, .accordion .accordion-item h3 .accordion-button, .accordion .accordion-item h4 .accordion-button, .accordion .accordion-item h5 .accordion-button, .accordion .accordion-item h6 .accordion-button {
      border: 0px solid #4D559B !important;
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
      font-size: 20px;
      font-weight: 600;
      color: #303030;
      background-color: #ffffff !important;
      border-radius: 20px !important;
      padding: 16px 22px;
      margin-bottom: 14px; }
      .accordion .accordion-item h2 .accordion-button:focus, .accordion .accordion-item h3 .accordion-button:focus, .accordion .accordion-item h4 .accordion-button:focus, .accordion .accordion-item h5 .accordion-button:focus, .accordion .accordion-item h6 .accordion-button:focus {
        border-color: transparent; }
      .accordion .accordion-item h2 .accordion-button:not(.collapsed), .accordion .accordion-item h3 .accordion-button:not(.collapsed), .accordion .accordion-item h4 .accordion-button:not(.collapsed), .accordion .accordion-item h5 .accordion-button:not(.collapsed), .accordion .accordion-item h6 .accordion-button:not(.collapsed) {
        color: #4f1313; }
  .accordion .accordion-item .accordion-body {
    padding-top: 0 !important;
    color: #454545;
    padding-bottom: 22px; }
  .accordion .accordion-item .description {
    padding-left: 18px; }

@media (max-width: 1199px) {
  .main-header img {
    width: 230px; }

  .hero-banner .banner-img figcaption p {
    padding-bottom: 55px !important; } }
@media (max-width: 991px) {
  .main-header {
    display: none;
    width: 100%; }
    .main-header .nav {
      padding-inline: 20px !important; }

  .hero-banner .banner-img figcaption p {
    font-size: 20px !important; }

  .stats .count-wrapper {
    flex-direction: column;
    gap: 30px; }

  .about-us .image-container .img-2 {
    display: none; }
  .about-us .image-container .img-1 {
    width: 100% !important;
    padding-right: 0 !important; }
  .about-us .image-container .experience {
    position: relative !important;
    bottom: 0 !important;
    width: 100% !important;
    margin-right: 40px !important; }

  .section-title {
    font-size: 27px;
    line-height: 34px; }

  .japan figure a {
    width: auto !important; }

  .blogs .content-wrapper .count {
    width: 95px !important;
    font-size: 60px !important; }

  .teams .team-card .name {
    font-size: 20px !important; }

  footer .logo-footer-wrapper::before, footer .logo-footer-wrapper::after {
    display: none; }
  footer .mid-logo-footer::before, footer .mid-logo-footer::after {
    display: none; }

  .list-blogs .blog-card .content-wrapper {
    gap: 10px !important;
    flex-direction: column; }
    .list-blogs .blog-card .content-wrapper .title {
      font-size: 20px !important; }
    .list-blogs .blog-card .content-wrapper .date {
      font-size: 16px !important;
      flex-basis: auto !important;
      text-align: start !important;
      position: relative !important; }
      .list-blogs .blog-card .content-wrapper .date p {
        font-size: 28px !important; }

  .accordion .accordion-item h2 .accordion-button {
    font-size: 18px; }

  .blog-detail .blog-detail-wrapper .title {
    font-size: 26px !important; }

  .history .history-content-wrapper .title {
    font-size: 20px !important;
    margin-bottom: 6px !important; }
  .history .history-content-wrapper .date {
    font-size: 26px !important; }

  .description {
    font-size: 16px !important; }

  .contact-form-wrapper .title {
    padding: 20px 16px !important;
    line-height: 45px !important; }
    .contact-form-wrapper .title p {
      font-size: 40px !important; }
  .contact-form-wrapper .contact-detail {
    padding: 20px 27px 20px 16px !important; }
    .contact-form-wrapper .contact-detail .detail-title {
      font-size: 20px !important;
      margin-bottom: 4px !important; }
  .contact-form-wrapper form {
    padding: 30px 20px !important; }

  .hero-banner .banner-img figcaption .hero-caption {
    font-size: 36px !important; }

  .blog-detail {
    padding-top: 120px;
    margin-top: 0 !important; } }
@media (max-width: 767px) {
  .blogs figure {
    display: none; }

  .about-us .about-content {
    padding-left: 0 !important; } }
@media (max-width: 555px) {
  .hero-banner .banner-img figcaption .hero-caption {
    font-size: 30px !important; }

  .blogs .content-wrapper .title-wrapper {
    padding-inline: 24px !important; }
  .blogs .content-wrapper .count {
    width: 75px !important;
    font-size: 50px !important; } }
@media (max-width: 410px) {
  .hero-banner .banner-img figcaption .hero-caption {
    font-size: 26px !important; }

  .hero-banner .banner-img figcaption p {
    font-size: 18px !important; } }
.main-header {
  transition: all 300ms ease 300ms;
  padding: 30px 0;
  position: absolute;
  top: 0;
  z-index: 995;
  width: 100%; }
  .main-header .nav {
    border-bottom: 3px solid #BB1215;
    padding-inline: 40px;
    background-color: #ffffff;
    box-shadow: 0 0 12px rgba(66, 66, 66, 0.48);
    display: flex;
    flex-wrap: nowrap;
    font-weight: 600; }
    .main-header .nav .navbar-brand {
      padding: 12px 0; }
    .main-header .nav .navbar-nav {
      margin: auto 0;
      margin-left: auto !important;
      margin-right: 30px;
      flex-direction: inherit;
      gap: 45px;
      align-items: center; }
      .main-header .nav .navbar-nav .nav-item:hover ul {
        opacity: 1;
        visibility: visible;
        background: #ffffff;
        border-top: 2px solid #BB1215; }
      .main-header .nav .navbar-nav .nav-item .nav-link {
        position: relative; }
        .main-header .nav .navbar-nav .nav-item .nav-link.japan {
          font-weight: 700; }
        .main-header .nav .navbar-nav .nav-item .nav-link:hover {
          color: #ff8080 !important; }
      .main-header .nav .navbar-nav .nav-item .active {
        color: #BB1215 !important; }
      .main-header .nav .navbar-nav .nav-item ul {
        background-color: #929292;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        padding: 1rem 1.25rem;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        transition: all .25s ease; }
        .main-header .nav .navbar-nav .nav-item ul li {
          margin-top: .875rem;
          transition: all 300ms ease; }
          .main-header .nav .navbar-nav .nav-item ul li:first-child {
            margin-top: 0; }
          .main-header .nav .navbar-nav .nav-item ul li::before {
            padding-right: .5rem;
            font-family: "Font Awesome 5 Free";
            content: "\f061";
            font-size: 13px; }
          .main-header .nav .navbar-nav .nav-item ul li:hover {
            transform: translateX(0.5rem);
            color: #BB1215;
            transition: all 300ms ease; }

.sidebar-menu {
  position: absolute;
  z-index: 1040;
  width: 100%;
  display: none;
  margin-top: 10px; }
  .sidebar-menu .search-btn {
    background-color: #BB1215;
    padding: 5px 10px;
    border: 0;
    color: #ffffff; }
    .sidebar-menu .search-btn i {
      font-size: 1rem !important; }
  .sidebar-menu .navbar {
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-basis: auto;
    align-items: center;
    justify-content: space-between; }
    .sidebar-menu .navbar .navbar-brand figure {
      background-color: #ffffff;
      border-radius: 30px;
      padding: 10px;
      width: 80%;
      box-shadow: 0 0 18px 2px #00000026; }
    .sidebar-menu .navbar .top-menu-wrapper {
      color: black;
      pointer-events: none; }
      .sidebar-menu .navbar .top-menu-wrapper::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        transition: background 0.5s; }
    .sidebar-menu .navbar .open-mobile-menu {
      background: none;
      color: #ffffff;
      position: absolute;
      right: 10px;
      font-size: 30px;
      top: 20px;
      border: 0; }
    .sidebar-menu .navbar .top-menu {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 2;
      transform: translate3d(-100%, 0, 0);
      transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
      .sidebar-menu .navbar .top-menu .nav-item {
        width: max-content;
        margin: 0 auto;
        margin-top: 1.3rem;
        position: relative;
        list-style-type: none; }
        .sidebar-menu .navbar .top-menu .nav-item:hover {
          color: #BB1215; }
        .sidebar-menu .navbar .top-menu .nav-item:hover ul {
          opacity: 1;
          visibility: visible;
          background: #ffffff;
          border-top: 2px solid #BB1215; }
        .sidebar-menu .navbar .top-menu .nav-item .nav-link {
          position: relative; }
        .sidebar-menu .navbar .top-menu .nav-item .active {
          color: #BB1215 !important; }
        .sidebar-menu .navbar .top-menu .nav-item ul {
          background-color: #929292;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          padding: 1rem 1.25rem;
          position: absolute;
          opacity: 0;
          visibility: hidden;
          z-index: 1;
          transition: all 0.25s ease;
          width: max-content;
          top: 100%;
          left: 50%;
          transform: translate(-50%, 0); }
          .sidebar-menu .navbar .top-menu .nav-item ul li {
            margin-top: 0.875rem;
            transition: all 300ms ease; }
            .sidebar-menu .navbar .top-menu .nav-item ul li:first-child {
              margin-top: 0; }
            .sidebar-menu .navbar .top-menu .nav-item ul li i {
              padding-right: 0.5rem;
              font-size: 13px; }
            .sidebar-menu .navbar .top-menu .nav-item ul li:hover {
              transform: translateX(0.5rem);
              color: #BB1215;
              transition: all 300ms ease; }
    .sidebar-menu .navbar .top-menu {
      display: flex;
      flex-direction: column;
      width: 100%;
      overflow-y: auto;
      padding: .5rem 1.5rem !important;
      background: #fff;
      height: 100%;
      z-index: 13; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas {
      pointer-events: all; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas::before {
      background: black;
      z-index: 1; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas .panel,
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas .top-menu {
      transform: translate3d(0, 0, 0);
      transition-duration: 0.7s; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas .top-menu {
      transition-delay: 0.2s; }
    .sidebar-menu .navbar ul li ul .dropdown-item:active {
      background-color: #eeeeee !important; }
    .sidebar-menu .navbar ul a {
      display: inline-block;
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase;
      transition: color 0.35s ease-out; }
    .sidebar-menu .navbar .has-dropdown i {
      display: none; }
    .sidebar-menu .navbar .sub-menu {
      padding: 0.5rem 1.5rem 0 1.5rem; }
      .sidebar-menu .navbar .sub-menu a {
        text-transform: capitalize;
        font-size: 1rem;
        font-weight: 400;
        margin-top: 0rem; }
    .sidebar-menu .navbar .top-menu li + li {
      margin-top: 1.3rem; }
    .sidebar-menu .navbar .top-menu .mob-block {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .sidebar-menu .navbar .top-menu .mob-block .logo {
        font-size: 1.7rem;
        font-weight: 700;
        text-transform: uppercase;
        color: red; }
      .sidebar-menu .navbar .top-menu .mob-block .close-mobile-menu {
        border: none;
        background: none; }
        .sidebar-menu .navbar .top-menu .mob-block .close-mobile-menu i {
          color: #BB1215;
          font-size: 40px; }
  @media (max-width: 991px) {
    .sidebar-menu {
      display: block; } }

footer {
  background: url(../images/footerbg.png) no-repeat center;
  background-size: cover;
  position: relative;
  isolation: isolate;
  color: #d6d6d6; }
  footer::after {
    position: absolute;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1; }
  footer .top-footer {
    padding-block: 50px 38px; }
    footer .top-footer figure {
      margin-bottom: 25px !important;
      width: fit-content; }
      footer .top-footer figure img {
        filter: brightness(0) invert(1); }
    footer .top-footer .footer-title {
      font-weight: 500;
      text-transform: uppercase;
      font-size: 22px;
      margin-bottom: 22px;
      position: relative; }
    footer .top-footer .description {
      color: #d6d6d6; }
      footer .top-footer .description a {
        display: block;
        color: #BB1215 !important;
        text-transform: uppercase;
        font-weight: 500;
        margin-top: 10px; }
        footer .top-footer .description a:hover {
          color: #FFE2E2 !important; }
    footer .top-footer .social-icons {
      margin-top: 12px; }
    footer .top-footer .links {
      padding-left: 0; }
      footer .top-footer .links li {
        display: flex;
        align-items: baseline;
        margin-bottom: 8px; }
        footer .top-footer .links li:hover {
          color: #BB1215 !important; }
        footer .top-footer .links li::before {
          padding-right: 0.5rem;
          font-family: "Font Awesome 5 Free";
          content: "\f101";
          font-size: 13px;
          font-weight: 700; }
      footer .top-footer .links.all-links {
        display: flex;
        align-items: left;
        justify-content: left;
        flex-direction: row;
        flex-wrap: wrap;
        flex-flow: row wrap;
        align-content: flex-end; }
        footer .top-footer .links.all-links li {
          width: 50%; }
  footer .mid-logo-footer {
    position: relative;
    width: fit-content;
    margin: 0 auto; }
    footer .mid-logo-footer::before, footer .mid-logo-footer::after {
      content: '';
      width: 147px;
      height: 1px;
      background-color: #ffffff;
      position: absolute;
      top: 50%;
      transform: translate(-50%); }
    footer .mid-logo-footer::before {
      left: 140%; }
    footer .mid-logo-footer::after {
      right: 82%; }
    footer .mid-logo-footer .logo-footer-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px; }
      footer .mid-logo-footer .logo-footer-wrapper::before, footer .mid-logo-footer .logo-footer-wrapper::after {
        content: '';
        width: 17px;
        height: 17px;
        background-color: #ffffff;
        border-radius: 50%;
        position: absolute;
        transform: translate(-50%); }
      footer .mid-logo-footer .logo-footer-wrapper::before {
        left: 165%; }
      footer .mid-logo-footer .logo-footer-wrapper::after {
        right: 155%; }
      footer .mid-logo-footer .logo-footer-wrapper figure {
        width: fit-content; }
  footer .bottom-footer {
    margin-top: 38px;
    padding-block: 33px 39px;
    border-top: 2px solid #666666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px; }
    footer .bottom-footer a {
      color: #85FF83 !important; }

.hero-banner {
  position: relative; }
  .hero-banner .banner-img {
    position: relative; }
    .hero-banner .banner-img img {
      aspect-ratio: 48/25;
      min-height: 520px; }
    .hero-banner .banner-img::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.35); }
    .hero-banner .banner-img figcaption {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #ffffff;
      z-index: 1;
      width: clamp(200px, 90vw, 750px); }
      .hero-banner .banner-img figcaption .hero-caption {
        color: #ffffff;
        text-align: center;
        font-size: 46px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize; }
      .hero-banner .banner-img figcaption p {
        font-size: 26px;
        font-weight: 500;
        color: #ffffff;
        padding-bottom: 50px;
        padding-bottom: 135px; }

.about-us .image-container {
  position: relative; }
  .about-us .image-container figure {
    width: fit-content; }
    .about-us .image-container figure img {
      border-radius: 8px; }
  .about-us .image-container .img-1 {
    text-align: center;
    margin: 0 auto !important;
    padding-right: 40px; }
    .about-us .image-container .img-1 .video-play-section .popup-youtube svg {
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: 300ms; }
    .about-us .image-container .img-1 .video-play-section .video-play-button {
      background-color: transparent;
      padding: 40px;
      border: 0; }
      .about-us .image-container .img-1 .video-play-section .video-play-button i {
        color: #BB1215 !important;
        font-size: 26px; }
    .about-us .image-container .img-1 .video-play-section:hover svg {
      transform: translate(-50%, -50%) rotate(180deg); }
  .about-us .image-container .img-2 {
    position: absolute;
    bottom: 20px;
    right: 0; }
  .about-us .image-container .experience {
    position: absolute;
    bottom: 31px;
    left: 0;
    background-color: #FFE2E2;
    border-left: 5px solid #BB1215;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 26px 25px 24px 30px;
    width: 50%; }
    .about-us .image-container .experience p {
      font-size: 48px;
      font-weight: 600;
      color: #BB1215; }
    .about-us .image-container .experience span {
      font-weight: 600;
      font-size: 18px; }
.about-us .about-content {
  padding-left: 20px; }
  .about-us .about-content .tiles {
    margin-top: 1.5rem;
    padding: 0; }
    .about-us .about-content .tiles li {
      display: flex;
      align-items: baseline;
      gap: 10px; }
      .about-us .about-content .tiles li::before {
        padding-right: 0.2rem;
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        font-size: 16px;
        font-weight: 500;
        color: #BB1215; }
      .about-us .about-content .tiles li .head {
        color: #414141;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal; }
      .about-us .about-content .tiles li .description {
        font-size: 1rem;
        line-height: 27px;
        margin-top: 5px;
        text-align: left;
        color: #424242; }
  .about-us .about-content .primary-btn {
    margin-top: 40px !important; }

.classes .owl-classes {
  margin-top: 2.5rem; }
.classes figure {
  position: relative;
  text-align: -webkit-right; }
  .classes figure img {
    width: 85% !important;
    border-radius: 8px; }
  .classes figure figcaption {
    position: absolute;
    bottom: 10%;
    left: 3%;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 40px;
    letter-spacing: 0.03em;
    filter: drop-shadow(0px 0px 7px rgba(37, 37, 37, 0.5));
    transition: 400ms all; }
    .classes figure figcaption a {
      padding: 19px 61px 15px 28px;
      color: #BB1215 !important;
      background-color: #ffffff;
      clip-path: polygon(0% 0%, 85.6% 0%, 100% 100%, 0% 100%); }
    .classes figure figcaption:hover {
      bottom: 12%; }
      .classes figure figcaption:hover a {
        background-color: #FFE2E2; }

.stats .count-wrapper {
  max-width: 1064px;
  margin: 0 auto;
  background-color: #FFE2E2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 48px; }
  .stats .count-wrapper .count {
    color: #BB1215;
    text-align: center; }
    .stats .count-wrapper .count p {
      font-weight: 700;
      font-size: 36px; }
    .stats .count-wrapper .count span {
      font-weight: 500;
      font-size: 18px; }

.services .owl-item {
  padding: 10px; }
.services .service-card {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  padding: 20px;
  border-radius: 10px;
  transition: all 300ms; }
  .services .service-card:hover {
    background-color: #FFE2E2; }
    .services .service-card:hover figure {
      border: 1px solid; }
  .services .service-card figure {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FFDFDB;
    display: flex;
    justify-content: center;
    align-items: center; }
    .services .service-card figure img {
      width: auto !important;
      height: auto !important; }
  .services .service-card .title {
    font-size: 20px;
    font-weight: 500;
    margin-block: 8px; }
  .services .service-card .description {
    line-height: 26px;
    border-bottom: 1px solid #8D8D8D;
    padding-bottom: 26px;
    margin-bottom: 12px; }
  .services .service-card a {
    color: #BB1215 !important;
    font-weight: 500;
    transition: 400ms all; }
    .services .service-card a:hover {
      display: block;
      transform: translateX(10px) !important; }

.japan figure {
  position: relative;
  width: 65% !important;
  margin: 0 auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms all; }
  .japan figure:hover {
    width: 100% !important; }
  .japan figure img {
    width: auto !important; }
  .japan figure a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff !important;
    width: 582px;
    background-color: rgba(187, 18, 21, 0.53);
    padding: 30px; }
    .japan figure a::after {
      position: absolute;
      content: '';
      border: 2px solid red;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 106%;
      height: 115%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .japan figure a .title {
      font-size: 32px;
      font-weight: 600;
      line-height: 40px; }
    .japan figure a .country {
      margin-top: 20px;
      position: relative; }
      .japan figure a .country span {
        font-size: 20px;
        font-weight: 500; }
      .japan figure a .country p {
        font-size: 32px;
        font-weight: 700;
        -webkit-text-stroke: 1px black;
        /* stroke width + color */ }

.testimonials .owl-item {
  padding: 10px; }
.testimonials .testimonial-card {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  padding-block: 54px 25px;
  position: relative;
  isolation: isolate; }
  .testimonials .testimonial-card::before {
    content: '';
    position: absolute;
    content: url("../images/quote.png");
    display: inline-block;
    top: 9px;
    left: 16px;
    z-index: -1; }
  .testimonials .testimonial-card .content {
    padding-inline: 40px;
    padding-bottom: 18px;
    border-left: 6px solid #BB1215; }
    .testimonials .testimonial-card .content .title {
      font-size: 20px;
      color: #BB1215;
      font-weight: 500; }
    .testimonials .testimonial-card .content .description {
      margin-block: 14px 0; }
  .testimonials .testimonial-card .reviewer-wrapper {
    width: fit-content;
    text-align: center;
    padding-inline: 40px; }
    .testimonials .testimonial-card .reviewer-wrapper figure {
      width: fit-content;
      overflow: visible; }
      .testimonials .testimonial-card .reviewer-wrapper figure img {
        border-radius: 50%; }
      .testimonials .testimonial-card .reviewer-wrapper figure .video-play-section {
        top: 90%;
        left: 90%; }
        .testimonials .testimonial-card .reviewer-wrapper figure .video-play-section .video-play-button {
          width: 40px;
          height: 40px;
          border: 2px solid #BB1215; }
          .testimonials .testimonial-card .reviewer-wrapper figure .video-play-section .video-play-button i {
            color: #BB1215 !important;
            font-size: 16px; }
    .testimonials .testimonial-card .reviewer-wrapper .name {
      align-items: center;
      font-weight: 500;
      margin-top: 10px; }

.blogs figure {
  width: 100%;
  height: 100%;
  position: relative;
  height: 429px; }
  .blogs figure img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
    .blogs figure img.active {
      display: block; }
.blogs .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #F6F6F6; }
  .blogs .content-wrapper.active {
    background-color: #BB1215;
    color: #ffffff !important; }
    .blogs .content-wrapper.active .date-time, .blogs .content-wrapper.active .count, .blogs .content-wrapper.active .title {
      color: #ffffff !important; }
    .blogs .content-wrapper.active img {
      filter: brightness(0) invert(1); }
  .blogs .content-wrapper .count {
    font-size: 80px;
    font-weight: 500;
    width: 140px;
    height: 143px;
    border-right: 1px solid #ffffff;
    color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-text-stroke: 2px #800002;
    flex-shrink: 0; }
  .blogs .content-wrapper .title-wrapper {
    padding-inline: 34px;
    width: 100%; }
    .blogs .content-wrapper .title-wrapper .title {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 16px;
      color: #BB1215;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .blogs .content-wrapper .title-wrapper .date-time {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      color: #525252;
      flex-wrap: wrap;
      gap: 6px; }
      .blogs .content-wrapper .title-wrapper .date-time img {
        width: fit-content;
        margin-right: 6px; }

.partners figure {
  background-color: #ffffff;
  height: 97px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px; }
  .partners figure img {
    width: auto !important;
    height: auto !important;
    object-fit: contain; }

.certificates figure {
  border: 1px solid #DADADA; }

.history .history-content-wrapper {
  margin-bottom: 20px; }
  .history .history-content-wrapper .date {
    font-size: 60px;
    font-weight: 600;
    position: sticky;
    top: 0; }
  .history .history-content-wrapper .title {
    font-size: 26px;
    font-weight: 500;
    color: #424242;
    margin-bottom: 14px; }
  .history .history-content-wrapper .description {
    font-size: 18px; }
  .history .history-content-wrapper figure {
    border-radius: 8px; }

.message-manager figure {
  border-radius: 8px; }
.message-manager .description {
  font-size: 18px; }
.message-manager .name {
  font-size: 24px;
  font-weight: 600;
  margin-top: 24px; }
.message-manager .designation {
  color: #BB1215;
  font-style: italic;
  margin-top: 4px; }

.contact-form-wrapper .title {
  margin-bottom: 32px;
  padding: 56px 50px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  line-height: 75px; }
  .contact-form-wrapper .title p {
    font-size: 60px;
    font-weight: 700; }
.contact-form-wrapper .contact-detail {
  padding: 40px 47px 32px 27px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px; }
  .contact-form-wrapper .contact-detail .detail-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px; }
  .contact-form-wrapper .contact-detail a, .contact-form-wrapper .contact-detail p {
    display: block;
    line-height: 28px; }
.contact-form-wrapper form {
  padding: 50px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px; }
  .contact-form-wrapper form .contact-form .field-wrapper {
    margin-bottom: 1.5rem; }
    .contact-form-wrapper form .contact-form .field-wrapper .form-control, .contact-form-wrapper form .contact-form .field-wrapper .form-select {
      height: 50px;
      background-color: #F5F5F5;
      border: 0px;
      color: #948B9F !important; }
      .contact-form-wrapper form .contact-form .field-wrapper .form-control option, .contact-form-wrapper form .contact-form .field-wrapper .form-select option {
        color: #797877; }
      .contact-form-wrapper form .contact-form .field-wrapper .form-control::placeholder, .contact-form-wrapper form .contact-form .field-wrapper .form-select::placeholder {
        color: #797877; }
  .contact-form-wrapper form .contact-form .primary-btn {
    width: 100%; }
    .contact-form-wrapper form .contact-form .primary-btn:hover::before {
      width: auto !important; }
    .contact-form-wrapper form .contact-form .primary-btn::before {
      border-width: 125px 175px;
      width: 100%; }

.career .career-list-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #D0D0D0;
  padding: 23px 16px;
  border-radius: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 20px; }
  .career .career-list-wrapper .title {
    font-size: 22px;
    font-weight: 500; }
  .career .career-list-wrapper .deadline {
    font-size: 12px;
    color: #E61E26;
    background-color: #FFDFDB;
    height: fit-content;
    padding: 4px 8px;
    border-radius: 50px; }
  .career .career-list-wrapper .location, .career .career-list-wrapper .work-type {
    display: flex;
    align-items: center;
    gap: 4px; }
.career a {
  padding-inline: 53px; }
.career .primary-btn:before {
  border-width: 90px 120px !important; }

.career-detail .title {
  color: #424242;
  text-align: start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #C7C7C7;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 500; }
.career-detail .career-content .head {
  color: #424242;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px !important; }
.career-detail .career-content .description {
  margin-bottom: 40px; }
.career-detail .career-content .sub-head {
  font-size: 1.5rem;
  color: #424242;
  letter-spacing: 1px;
  margin-bottom: 18px; }
.career-detail .career-content ul {
  padding-left: 1rem !important;
  color: #424242; }
  .career-detail .career-content ul li {
    list-style-type: initial;
    margin-bottom: 6px;
    font-size: 18px; }
.career-detail .career-content .contact-mail {
  color: #808080;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px; }
  .career-detail .career-content .contact-mail a {
    color: #BB1215 !important; }

.career-form {
  margin-top: 2.5rem; }
  .career-form h2 {
    color: #707070;
    font-size: 30px;
    margin-bottom: 30px !important;
    font-weight: 500;
    text-transform: capitalize; }
  .career-form label {
    font-size: 18px;
    color: #7C7C7C;
    font-weight: 500;
    letter-spacing: 0.96px; }
  .career-form .form-control {
    height: 46px;
    min-height: auto;
    background-color: #ffffff;
    border: 0;
    color: #948B9F;
    border: 1px solid #EBEBEB; }
    .career-form .form-control:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0); }
    .career-form .form-control::placeholder {
      color: #948B9F; }
    .career-form .form-control::-webkit-file-upload-button {
      background-color: #ffffff;
      border-right: 1px solid #c7c7c7;
      color: #948B9F;
      height: 46px; }
  .career-form textarea {
    height: 190px !important;
    padding-top: 16px; }
  .career-form .primary-btn {
    margin-top: 40px; }

.gallery .section-main-heading {
  margin-bottom: 2.25rem; }
.gallery .destination-card figure, .gallery .gallery-card figure {
  position: relative;
  height: 100%;
  border-radius: 8px; }
  .gallery .destination-card figure::before, .gallery .gallery-card figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.23deg, rgba(154, 32, 32, 0) 60.63%, rgba(154, 32, 32, 0.9) 99.8%); }
  .gallery .destination-card figure figcaption, .gallery .gallery-card figure figcaption {
    position: absolute;
    right: 10%;
    bottom: 5%;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    padding-inline: 10px; }

.gallery-inner a {
  position: relative; }
  .gallery-inner a i {
    background-color: #BB1215;
    padding: 20px 21px 20px 24px;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    cursor: pointer; }
  .gallery-inner a img {
    width: 100%;
    height: 100%; }

.teams .team-card {
  position: relative; }
  .teams .team-card .card-body {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 140, 140, 0.6);
    width: 90%;
    padding: 30px;
    color: #ffffff; }
  .teams .team-card .name {
    font-size: 22px;
    font-weight: 700; }
.teams.about-teams .card-body {
  padding: 20px;
  bottom: 10px; }

.list-blogs .blog-card {
  border-bottom: 1px solid #C0C0C0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block; }
  .list-blogs .blog-card:hover {
    background-color: #fff7f7; }
  .list-blogs .blog-card:last-child {
    border-bottom: 0; }
  .list-blogs .blog-card:hover .title {
    color: #BB1215; }
  .list-blogs .blog-card .content-wrapper {
    display: flex;
    gap: 40px; }
    .list-blogs .blog-card .content-wrapper .date {
      font-size: 23px;
      font-weight: 600;
      text-align: center;
      flex-basis: 135px;
      flex-shrink: 0;
      position: sticky;
      top: 0;
      height: fit-content; }
      .list-blogs .blog-card .content-wrapper .date p {
        font-size: 35px; }
    .list-blogs .blog-card .content-wrapper .title {
      font-size: 22px;
      font-weight: 600; }
    .list-blogs .blog-card .content-wrapper .read-time {
      font-weight: 500;
      margin-block: 6px 10px; }
    .list-blogs .blog-card .content-wrapper .description {
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden; }

body:has(.sidebar-menu ~ .blog-detail) .sidebar-menu .navbar .open-mobile-menu {
  color: #BB1215; }

.blog-detail {
  margin-top: 200px; }
  .blog-detail .blog-detail-wrapper {
    max-width: 847px;
    margin: 0 auto; }
    .blog-detail .blog-detail-wrapper .title {
      font-size: 30px;
      font-weight: 700;
      letter-spacing: 2px; }
    .blog-detail .blog-detail-wrapper .share-date-time {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-block: 24px 28px;
      flex-wrap: wrap;
      gap: 10px; }
    .blog-detail .blog-detail-wrapper figure {
      margin-bottom: 30px !important; }

.table-wrapper {
  overflow-x: auto; }

table {
  min-width: 600px;
  padding: 8px 12px; }
  table tr {
    vertical-align: middle !important; }

.class-detail .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px; }
.class-detail .main-img {
  margin-block: 50px !important; }
.class-detail .content {
  position: sticky;
  top: 10px; }
.class-detail .why-course-card {
  padding: 20px 20px 40px 20px;
  background-color: #F5F2F2;
  border: 1px solid #D8DCEC;
  border-radius: 8px; }
  .class-detail .why-course-card figure {
    width: fit-content;
    margin-bottom: 16px !important; }
.class-detail .strucure {
  margin-top: 50px; }
  .class-detail .strucure .strucure-wrapper {
    margin-block: 32px;
    display: flex;
    align-items: center;
    gap: 36px; }
    .class-detail .strucure .strucure-wrapper:first-child {
      margin-top: 0; }
    .class-detail .strucure .strucure-wrapper:last-child {
      margin-bottom: 0; }
    .class-detail .strucure .strucure-wrapper .number {
      font-size: 28px;
      padding-left: 20px; }
    .class-detail .strucure .strucure-wrapper .strucure-wrapper-title {
      font-size: 22px;
      margin-bottom: 4px; }
.class-detail .faq {
  margin-top: 50px; }

.service-detail .main-img {
  margin-bottom: 40px !important; }
.service-detail .main-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px; }
.service-detail .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px; }
.service-detail .content {
  margin-bottom: 24px; }
.service-detail .service-feature {
  margin-bottom: 30px; }
  .service-detail .service-feature .col-lg-4:nth-child(2n) .content-wrapper {
    background-color: #EFEFEF;
    color: #444444; }
  .service-detail .service-feature .content-wrapper {
    background-color: #BB1215;
    color: #ffffff;
    padding: 22px 14px; }
    .service-detail .service-feature .content-wrapper .content-title {
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      margin-bottom: 8px; }
    .service-detail .service-feature .content-wrapper ol, .service-detail .service-feature .content-wrapper ul {
      padding-left: 1rem; }
    .service-detail .service-feature .content-wrapper ul {
      font-size: 14px; }
      .service-detail .service-feature .content-wrapper ul li {
        margin-bottom: 4px;
        line-height: 22px; }
.service-detail .why-service {
  margin-bottom: 30px; }
  .service-detail .why-service .why-service-wrapper {
    background-color: #FFE2E2;
    padding: 26px; }
    .service-detail .why-service .why-service-wrapper ul {
      color: #BB1215;
      font-weight: 600;
      padding-left: 1rem !important; }
      .service-detail .why-service .why-service-wrapper ul li {
        margin-bottom: 7px; }
.service-detail .other-services {
  position: sticky;
  top: 10px; }
  .service-detail .other-services .title {
    background-color: #FFE2E2;
    font-size: 20px;
    padding: 11px 20px;
    margin-bottom: 30px; }
  .service-detail .other-services ul {
    padding-left: 0; }
    .service-detail .other-services ul li {
      list-style: none;
      margin-bottom: 16px;
      padding-bottom: 16px;
      border-bottom: 1px dashed #A8A8A8; }
      .service-detail .other-services ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0; }
      .service-detail .other-services ul li a {
        padding-left: 10px; }
        .service-detail .other-services ul li a:hover {
          color: #BB1215 !important; }

.country-detail .container > * {
  margin-bottom: 50px !important; }
.country-detail .main-img-wrapper figure {
  position: relative; }
  .country-detail .main-img-wrapper figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg); }
  .country-detail .main-img-wrapper figure:hover {
    box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.12); }
    .country-detail .main-img-wrapper figure:hover::before {
      -webkit-animation: shine .75s;
      animation: shine .75s; }
@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
.country-detail .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px; }
.country-detail .why-country {
  background-color: #EEEEEE;
  border-radius: 12px;
  padding: 32px 20px 46px;
  transition: all 400ms;
  height: 100%; }
  .country-detail .why-country .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px; }
    .country-detail .why-country .title-wrapper figure {
      width: fit-content; }
  .country-detail .why-country:hover {
    background-color: #FFE2E2; }
.country-detail .sticky-top {
  position: sticky;
  top: 10px; }
.country-detail .program-card {
  border: 2px solid #D8DCEC;
  background-color: #F5F2F2;
  padding: 26px 20px 40px;
  height: 100%;
  border-radius: 8px;
  transition: all 400ms; }
  .country-detail .program-card:hover {
    background-color: #FFE2E2; }
  .country-detail .program-card .content-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px; }

/*# sourceMappingURL=style.css.map */
