

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

  body {
  background: rgb(26,215,92);
  background: linear-gradient(47deg, rgba(26,215,92,1) 0%, rgba(40,57,64,1) 69%, rgba(2,0,36,1) 95%);
    font-family: 'poppins', sans-serif;
    overflow-x: hidden;
  }



  /*---------------------------------------
    TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    line-height: inherit;
  }

  .thick {
    border: 1.4px solid #111111;
  }

  h1 {
    color: #111111;
    font-size: 3em;
    line-height: 50px;
  }

  h2 {
    color: #248d21;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size:23px;
    margin-bottom: 15px;
  }

  h3,h4,
  h3 a {
    color: #e9e9e9;
  }


  li {
    color: #c9c9c9;
    font-size: 16px;
  }

  p {
    color: #e6e6e6;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }



  /*---------------------------------------
    GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #cecece;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

a:hover, a:active, a:focus {
    color: #ce3232;
    outline: none;
  }



  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title h4 {
    
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
  }

  .overlay {
  
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
  }

  section {
    position: relative;
    padding: 100px 0;
  }

  #team, 
  #menu,
  #testimonial {
    text-align: center;
  }

  .about-image img,
  .team-thumb img {
    width: 100%;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }

  .barrier {
    width: 100vw;
    height: 60px;
    background-color: #fff6e8;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  }

  /* -------------------------------------
    SPURS
  ---------------------------------------- */

  .spur{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 50%;
    margin: 10px auto;
  }

  .spur .bar {
    border: 2px solid rgb(248, 246, 137);
  }

  .spur .one {
    border-radius: 40% 0 0 40%;
  }

  .spur .two {
    border-radius: 0 40% 40% 0;
  }

  .spur>h3, 
  .spur>h2 {
    margin: 0!important;
    padding: 0 15px;
  }

  /*---------------------------------------
    BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
  }



  /*---------------------------------------
      PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner 1.5s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.8)!important;
    box-shadow: 10px 15px 25px rgba(0,0,0,0.5);
    transition: all 0.5s ease-in-out;
  }


  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }

  .custom-navbar .navbar-brand span {
    color: #ce3232;
  }

  .top-nav-collapse {
    background: rgba(255, 255, 255, 0.95)!important;
    padding: 5px 0!important;
  }

  .top-nav-collapse .logo {
    padding-top: 15px;
  }

  .top-nav-collapse .navbar-nav a {
    color: #000!important;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
  }

  .custom-navbar .navbar-nav.navbar-right  .logo.logo-text .section-btn:hover {
    background: #292929;
    color: #ffffff;
  }

  

  .custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 22px;
    padding-left: 22px;
    text-transform: uppercase;
    padding-top: 30px;
  }

  .custom-navbar .nav li a.current,
  .custom-navbar .nav li a:active,
  .custom-navbar .nav li a:hover {
    color: #ce3232;
  }

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #ce3232;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ce3232;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

  .collapse > ul {
    list-style: none;
  }

  .collapse > ul > li {
    position: relative !important;
    cursor: pointer;
    float: left !important;
    height: 50px;
    line-height: 50px;
  }

  .dropdown {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.8);
  }


  .dropdown.top-nav-collapse {
    background: #ffffff!important;
  }
  
  .dropdown > li {
    display: none;
    visibility: hidden;
  }
  
  .collapse > ul > li:hover > .dropdown > li {
    display: block;
    visibility: visible;
  }


  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #fff;
    }

    .top-nav-collapse .nav li a {
      color: #fff;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }

  /* logo */

  .logo {
    display: inline-flex;
    align-items: center;
  }

  .logo img {
    margin-right: 10px;
  }

  .top-nav-collapse .logo img {
    height: 50px;
  }

  .top-nav-collapse .logo-txt .main-txt {
    font-size: 20px;
  }


  .footer-logo {
    flex-direction: column;
    
  }

  .logo-txt {
    color: rgb(14, 155, 73);
    justify-content: center;
    text-align: center;
  }

  .logo-txt .main-txt {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
  }

  .logo-txt .lower-txt {
    text-align: center!important;
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
    padding-bottom: 30px;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
  }

  

  @media (min-width: 768px) {
    .slider .col-md-8 {
      padding-left: 0;
    }
  }

  .slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot {
    display: block;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 4em 0 0 2em;
  }

  .slider .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 95vh;
  }

  .slider .item-first {
    background-image: url(../images/mwangaza_retreat_center_slider1.jpg);
  }

  .slider .item-second {
    background-image: url(../images/mwangaza_retreat_center_slider2.jpg);
  }

  .slider .item-third {
    background-image: url(../images/mwangaza_retreat_center_slide3.jpg);
  }

  .slider .item-fourth {
    background-image: url('https://images.unsplash.com/photo-1490730141103-6cac27aaab94?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1050&q=80');
  }

  .slider .item-second .section-btn {
    background: #292929;
  }

  .slider .item-second .section-btn:hover {
    background: #ffffff;
  }

  .slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
  }

  .slider .item-third .section-btn:hover,
  .slider .item-third .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
  }



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    padding: 20px;
    margin: auto;
    margin-top: 30px;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 40px;
  }

  .about-info {
    padding: 0 6em 5em 0;
  }

  .about-info .section-title {
    padding-bottom: 20px;
  }

  .about-image {
    position: absolute;
  }

  .about-image .img-responsive {
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
  }

  .card-container {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin: auto;
    margin-top: 30px;
  }

  .card {
    padding: 15px 20px;
    height: auto;
    width: 270px;
    border-radius: 10px;
    background: teal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  }

  .card p {
    text-align: center;
    height: 150px;
  }


  .card-container .card {
    margin-bottom: 25px;
  }

  .card h3 {
    margin-top: 10px;
  }

  .card i {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .card a {
    padding: 10px 20px;
    background: rgb(230, 60, 60);
    border-radius: 30px;
    color: #f6f6f6;
    transition: 0.4 ease;
  }

  .card a:hover {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  }

  .card a:active {
    transform: scale(0.94);
  }

  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  #team {
    background: rgba(0, 0, 0, 0.8);
    border-top: 4px solid red;
  }

  .team-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .team-info {
    padding: 10px 30px 20px 30px;
  }

  #team.row {
    text-align: center;
  }

  .team-thumb .team-hover {
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover .team-hover {
    opacity: 0.95;
    transition-delay: 0.3s;
    transform: translateY(0);
  }

  .team-thumb img {
    transition: 0.5s 0.2s;
    height: 300px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  }

  .team-thumb:hover img {
    transform: scale(1.2);
  }

  .team-thumb .social-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
  }

  .team-thumb .team-item {
    position: absolute;
    width: 100%;
    padding: 15px;
    text-align: center;
    top: 50%;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .team-item h4 {
    color: #ffffff;
    padding: 0;
  }

  .team-info p {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
  }

  .row .photo-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .rigid {
    max-width: 295px!important;
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  #menu {
    padding-bottom: 0;
  }

  #menu .container {
    width: 100%;
  }
  #menu .col-md-4 {
    margin: 0;
    padding: 0;
  }

  .menu-thumb img {
    width: 100%;
    transition: 0.5s;
  }

  .menu-thumb:hover img {
    transform: scale(1.15);
  }

  #menu .menu-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 102%;
  }

  .menu-thumb .menu-info {
    position: absolute;
    top: 60%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 25px 30px;
    transition: 0.5s 0.2s;
  }

  .menu-info .menu-item {
    float: left;
  }

  .menu-info .menu-price {
    float: right;
  }

  .menu-info .menu-price span {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    display: block;
    margin-top: 10px;
  }

  .menu-thumb .menu-info h3,
  .menu-thumb .menu-info p,
  .menu-thumb .menu-info span {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
  }

  .menu-thumb .menu-info h3 {
    margin-top: 0;
  }

  .menu-thumb .menu-info p {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .menu-thumb:hover .menu-info h3,
  .menu-thumb:hover .menu-info p,
  .menu-thumb:hover .menu-info span {
    transform: translateY(0px);
    opacity: 1;
  }

  .menu-thumb:hover .menu-info {
    background: rgba(0,0,0,0.8);
  }


  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial .container{
    background: url('https://images.unsplash.com/photo-1495616811223-4d98c6e9c869?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1489&q=80') center center no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 700px;
    padding: 0!important;
    margin: auto;
  }

  #testimonial .container > .row {
    padding: 20px 70px ;
    background: rgba(0, 0, 0, 0.5);
  }

  #testimonial .owl-dots {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
  }

  #testimonial .owl-theme .owl-dots .owl-dot,
  #testimonial .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
  }

  #testimonial .owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px;
  }

  #testimonial h2 {
    color: #ffffff;
  }

  #testimonial p,
  .tst-author h4,
  .tst-author span {
    display: inline;
  }

  #testimonial p {
    color: #d9d9d9;
    font-size: 20px;
    line-height: 35px;
  }

  .tst-author {
    margin-top: 20px;
  }

  .tst-author h4,
  .tst-author span {
    color: #b2b2b2;
  }

  .tst-avatar {
    width: 150px !important;
    border-radius: 50%;
  }

  .tst-author span {
    margin-left: 5px;
  }

  .tst-author {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tst-desc {
    display: flex;
    flex-direction: column;
  }

  .tst-desc > h4 {
    margin-bottom: 0;
  }

  .tst-desc > span {
    margin-bottom: 20px;
  }

  @media (max-width: 750px) {
    #testimonial .container {
      height: auto;
      width: 100%;
    }
      #testimonial .container > .row {
    padding: 20px 40px ;
    background: rgba(0, 0, 0, 0.5);
    }

    #testimonial p {
      font-size: 12px;
      line-height: 20px;
    }
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/
  #contact {
    /* background: rgb(34,193,195); */
    background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgb(253, 45, 159) 100%);
    border-radius: 20px;
    margin-top: 50px;
  }
  #contact .section-title {
    padding-bottom: 0;
  }

  #contact .text-success,
  #contact .text-danger {
    display: none;
  }

  #contact #contact-form {
    background-color: #000000;
    height: 100%;
  }

  #contact .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #contact .form-control:hover,
  #contact .form-control:focus {
    border-bottom-color: #ffffff;
  }

  #contact input {
    height: 55px;
  }

  #contact button#cf-submit {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
    margin:0 auto 20px;
    max-width: 200px;
    border-radius: 10px;
  }

  #contact button#cf-submit:hover {
    background: #292929;
    color: #ffffff;
  }



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 120px 0;
    padding-bottom: 80px;
    background-color:#292929;
    border-top: 4px solid #ce3232;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  .footer-info,
  footer .social-icon {
    margin-top: 20px;
  }

  .footer .links {
    background-color: rgba(0,0,0,0.5);
  }

  .footer-open-hour {
    background: #ce3232;
    background: url('https://cdn.pixabay.com/photo/2021/07/02/02/50/field-6380728_960_720.jpg') center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 40px 0 40px 80px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  }

  .footer-open-hour::after {
    background: rgba(29,29,29,0.5);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }

  .footer-open-hour h2 {
    color: #ffffff;
  }

  .footer-open-hour p {
    color: #d9d9d9;
  }

  .footer-open-hour strong {
    color: #f9f9f9;
  }

  footer ul {
    padding-left: 0;
  }

  footer ul li {
    list-style-type: none;
    margin-bottom: 10px;
  }



  /*---------------------------------------
    SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #ce3232;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #ce3232;
    color: #ffffff;
  }



  /*---------------------------------------
    RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }


  @media only screen and (max-width: 1200px) {
    .about-info {
      padding-right: 0;
    }

    .about-image {
      position: relative;
    }
  }


  @media only screen and (max-width: 992px) {
    section {
      padding: 60px 0;
    }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    .slider .item {
      background-position: center;
    }

    .about-info {
      padding: 0;
    }

    .team-info {
      margin-bottom: 50px;
    }

    #menu .menu-thumb {
      width: 103%;
    }

    #testimonial {
      background-position: 50% 0 !important;
    }

    #google-map,
    .footer-info {
      margin-bottom: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    .slider .caption {
      padding: 0;
    }

    .menu-thumb .menu-info {
      top: 80%;
    }

    footer {
      padding: 60px 0;
      padding-bottom: 60px;
    }

    .footer-open-hour {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }
  }


  @media only screen and (max-width: 580px) {
    h1 {
      font-size: 2.1em;
    }

    h2 {
      font-size: 1.8em;
    }

    .menu-thumb .menu-info {
      top: 60%;
    }
  }

/* accordion section */

  .label {
    color: #000000;
    font-size: 16px;
  }


  .accordion {
    max-width: 1000px;
    margin: auto;
  }

  .accordion .contentBx {
    position: relative;
    height: 100%;
  }

  .accordion .contentBx + .contentBx {
    margin-top: 20px;
  }

.accordion .contentBx .label {
  position: relative;
  padding: 16px;
  background: #f7eb4f;
  display: flex;
  cursor: pointer;
}

.accordion .contentBx .label::before {
  content: '+';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 1.5em;
}

.accordion .contentBx .content {
  position: relative;
  background: rgb(34,193,195);
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgb(253, 45, 159) 100%);
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  overflow-y: auto;
}

.accordion p {
  padding: 0;
  margin: 0!important;
  line-height: 19px;
}

.accordion .contentBx.active .label {
  border-radius: 5px 5px 0 0;
}


.accordion .contentBx.active .content {
  height: auto;
  padding: 30px 20px;
  border-radius: 0 0 5px 5px;
}

.accordion .contentBx.active .label::before {
  content: '-'
}

.content a:hover{
  text-decoration: underline!important;
}

.content #box {
  height: 100px;
  text-align: center;
}

.content #box-1 {
  height: 270px!important;
  text-align: center;
}

.content #box-1 .moderator{
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px!important;
}

.content #terms,
.content #terms-1 {
  float: right!important;
  height: 120px;
}

.content #terms-1 {
  height: 80px;
}

.content .title + .title {
  margin-bottom: 20px!important;
}

.date {
  text-align: center;
}

/* courses */

hr {
  width: 100%!important;
  padding: 0;
}

.marked {
  margin-top: 0!important;
}

.course-body ul {
  list-style-type: none;
  padding-left: 0!important;
}

.course-body ul li {
  line-height: 24px!important;

}

.roman li {
  list-style-type: lower-alpha;
}

.course-card {
  padding: 15px;
  min-height: 300px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  box-shadow: 10px 20px 25px rgba(0,0,0,0.5);
  text-align: center;
  margin: 20px;
}

.container > #box + #box,
.content > #box + #box {
	margin-bottom: 20px;
}


#box > *:first-child {
	margin-bottom: 0 !important;
}







