@font-face {
    font-family: 'Plain';
    src: url('../fonts/Plain-Regular.woff2') format('woff2'),
        url('../fonts/Plain-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Plain';
    src: url('../fonts/Plain-Light.woff2') format('woff2'),
        url('../fonts/Plain-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Plain';
    src: url('../fonts/Plain-Bold.woff2') format('woff2'),
        url('../fonts/Plain-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    background: #ffffff;
    font-family: 'Plain', sans-serif;
  }

  /* TYPOGRAPHY SECTION */

  h1,h2,h3,h4,h5,h6 {
    font-weight: 100;
    line-height: normal;
  }

  h1 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 20px 0;
  }

  h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -2px;
  }

  h3 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    color:red;
    font-size: 22px;
    line-height: inherit;
    margin: 0;
  }

  p {
    color: #666262;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  b, 
  strong {
    font-weight: bold;
    letter-spacing: 0;
  }

  .section {
    padding: 7rem 0;
  }

  /* BUTTON SECTION */

  .custom-btn {
    background: transparent;
    border-radius: 2px;
    padding: 14px 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    transition: all 0.3s ease;
  }

  .custom-btn:hover {
    color: #f13a11;
  }

  .custom-btn:focus {
    box-shadow: none;
  }

  .custom-btn.bordered:hover,
  .custom-btn.bordered:focus,

  .custom-btn.bg-color:hover,
  .custom-btn.bg-color:focus {
    background: #ffffff;
    border-color: transparent;
    color: #f13a11;
  }

  .bordered {
    border: 1px solid #f13a11;
    color: #f13a11;
  }

  .bg-color {
    background: #f13a11;
    color: #ffffff;
  }


  /* GENERAL SECTION */

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *::before,
  *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a {
    color: #404040;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  a:hover, 
  a:active, 
  a:focus {
    color: #f13a11;
    outline: none;
    text-decoration: none;
  }

  /* BG OVERLAY SECTION */

  .bg-overlay {
    background: #171819;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }

  /* MODAL SECTION */


  .modal-content {
    padding: 2rem 3rem;
  }

  .modal-header,
  .modal-body,
  .modal-footer {
    border: 0;
    padding: 0;
  }

  .membership-form a {
    color: #f13a11;
  }

  .modal-body select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #909090;
    box-sizing: border-box;
  }

  /* FEATURE SECTION */

  .feature {
    background: #171819;
    padding: 5rem 0;
  }

  /* MENU SECTION */

  .navbar {
    background:#171819;
    padding: 16px;
    color: #7a9977;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    
  }

  .navbar-brand {
    color: #0f0f0f;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    padding-top: 0;
  }

  .nav-item .nav-link {
    display: block;
    color: #0f0f0f;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 2px 6px;
  }

  .nav-item .nav-link.active,
  .nav-item .nav-link:hover {
    color: #f13a11;
  }

  .navbar .social-icon li a {
    color:#0f0f0f;
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 30px;
    height: 35px;
    outline: none;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
  }

  .navbar-toggler .navbar-toggler-icon {
    background: #f13a11;
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
  }

  .navbar-toggler .navbar-toggler-icon::before,
  .navbar-toggler .navbar-toggler-icon::after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: #0f0f0f;
    width: 30px;
    height: 2px;
    content: '';
  }

  .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
  }

  .navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
  }

  /* HERO SECTION */

  .hero {
    background-image: url('../images/today.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 100px;
    
	margin: 2px 2px 2px 2px;
  }

  /* CLASS SECTION */

  .class-info {
    background: var(--white-color);
    box-shadow: 6px 0 38px rgba(20,20,20,0.10);
    border-radius: 0 0 2px 2px;
    padding: 1rem 2rem;
    position: relative;
  }

  .class-info img {
    border-radius: 2px 2px 0 0;
  }

  .class-info strong {
    color: #909090;
  }


  /* SCHEDULE SECTION */

  .schedule {
   background: linear-gradient(to bottom, #33ccff 0%, #ffcc66 100%);
  }

  .schedule-table {
    display: table;
    border: 0;
    text-align: center;
  }

  .schedule-table strong,
  .schedule-table span {
    display: block;
    text-align: center;
  }

  .schedule-table strong {
    color: #ffffff;
  }

  .schedule-table span {
    color: #909090;
  }

  .schedule-table span,
  .schedule-table small {
    font-size: 14px;
    text-transform: uppercase;
  }

  .schedule-table small {
    position: relative;
    top: 10px;
  }

  .table .thead-light th,
  .schedule-table tr td:first-child {
    background: #f13a11;
    border: 1px solid #212122;
    color: #ffffff;
  }

  .schedule-table .thead-light th {
    border-bottom: 0;
    text-transform: uppercase;
  }

  .table-bordered td, 
  .table-bordered th {
    border: 1px solid #212122;
  }

  .table-bordered td {
    padding-bottom: 22px;
  }

  .table td, .table th {
    padding: 1rem;
  }

  /* ABOUT & TEAM SECTION */

  .about {
    background: #f9f9f9;
  }

  .about-working-hours {
    border-left: 2px solid;
    padding-left: 3.5rem;
  }

  .about-working-hours strong {
    color: #ffffff;
    opacity: 0.85;
  }

  .team-thumb {
    position: relative;
  }

  .team-info {
    background: #ffffff;
    border-radius: 0 0 2px 2px;
    box-shadow: 6px 0 38px rgba(20,20,20,0.10);
    padding: 20px;
    position: relative;
  }

  .team-info span {
    font-weight: 300;
    opacity: 0.85;
  }

  /* Gallery SECTION */

  .gallery {
    padding: 40px 0;
  }

  .gallery .text-center {
    padding: 40px 0;

  }


  /* Branch SECTION */

  .branch-info {
    background: #ffffff;
    border-radius: 0 0 2px 2px;
    box-shadow: 6px 0 38px rgba(20,20,20,0.10);
    padding: 20px;
    position: relative;
  }

  /* CONTACT SECTION */

  .webform input,
  button#submit-button {
    height: calc(2.25rem + 20px);
  }

  .form-control {
    border-radius: 2px;
    margin: 1.3rem 0;
  }

  .form-control:focus {
    box-shadow: none;
    border-color: #171819;
  }

  button#submit-button {
    background: #171819;
    border-color: transparent;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  button#submit-button:hover {
    background: #f13a11;
    color: green;
    font-weight: 500;
  }

    /* FOOTER */

  .site-footer {
    background-color: #171819;
    padding: 3rem 0;
  }

  .site-footer a {
    color: #ffffff;
    font-weight: 300;
  }

  .site-footer p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
  }

  .contact .fa,
  .site-footer .fa {
    color: #f13a11;
  }

    /* SOCIAL ICON SECTION */

    .social-icon {
      position: relative;
      padding: 0;
      margin: 5px 0 0 0;
    }
  
    .social-icon li {
      display: inline-block;
      list-style: none;
    }
  
    .social-icon li a {
      text-decoration: none;
      display: inline-block;
      color: #666262
      font-size: 18px;
      font-weight: bold;
      margin: 5px 10px;
      text-align: center;
    }
  
    .social-icon li a:hover {
      color: #f13a11;
    }
    
    .sensai{
    text-align: center;
    padding: 0px 0px 50px 0px;
}
.sensai-heading{
    text-align: center;
}
.sensai-heading h1{
    font-size: 50px;
    text-transform: capitalize;
    padding-bottom: 30px;
}
.larusso{
    max-width: 100%;
    height: 250px;
}
.sensailarusso{
    border: 1px solid #ddd;
    padding: 10px;
}
.sensai-details{
    padding: 50px 20px;
}
.sensai-details h4{
    font-size: 25px;
    font-weight: 700;
}
.sensai-details p{
    text-align: justify;
}



  /* RESPONSIVE STYLES SECTION */

  @media screen and (max-width: 992px) {

    .section {
      padding: 5rem 0;
    }

    .nav-item .nav-link {
      padding: 6px;
     
    }

    .navbar .social-icon {
      margin-top: 22px;
    }

    .navbar-collapse,
    .site-footer {
      text-align: center;
    }

    .schedule-table {
      display: block;
    }

    .modal-content {
      padding: 2rem;
    }
  }

  @media screen and (max-width: 767px) {

    h1 {
      font-size: 38px;
    }

    .about-working-hours {
      border-left: 0;
      padding: 22px 0 0 0;
    }

    .contact h2 span {
      display: block;
    }
  }

  

