* {
  word-wrap: break-word; }

body {
  overflow-x: hidden !important;
  box-sizing: border-box;
  font-family: Planc;
  font-style: normal;
  background-color: #ffffff; }

.main-site {
  overflow-x: hidden; }

a:focus,
button:focus,
div:focus {
  outline: 0; }

.custom-button {
  background-color: #9ca53d;
  display: inline-block;
  width: auto;
  /* 192 */
  height: auto;
  /* 60 */
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  font-family: "fontspring_demo_-_bioticbold";
  color: white;
  font-weight: bold;
  padding: 17px 29px 12px;
  /* 17 */
  border-radius: 30px;
  transition: 0.4s;
  outline: none;
  border: none;
  cursor: pointer; }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .custom-button {
      font-size: 19px;
      padding: 14px 23px 9px;
      /* 17 */ } }
  @media screen and (min-width: 320px) and (max-width: 575px) {
    .custom-button {
      font-size: 18px;
      padding: 14px 23px 9px;
      /* 17 */ } }
  .custom-button:hover {
    background-color: #132742;
    color: white; }

header {
  width: 100%;
  height: auto;
  background-color: transparent; }
  header .navbar-light .navbar-toggler {
    border-color: white; }
  header .header-logo {
    height: 80px;
    max-width: 140px;
    overflow: hidden; }
  header .header-logo img,
  header .header-logo svg {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%; }
  header .header-btn {
    background-color: #9ca53d;
    width: 192px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    font-size: 21px;
    font-family: "fontspring_demo_-_bioticbold";
    color: white;
    font-weight: bold;
    padding: 17px;
    border-radius: 30px;
    transition: 0.4s; }
    header .header-btn:hover {
      background-color: #132742; }

.header-nav {
  display: flex;
  max-width: 500px;
  min-width: 60px;
  max-height: 280px;
  min-height: 5px; }

.navbar {
  padding-top: 30px;
  padding-bottom: 30px; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0; }

.header .nav-link {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #f2ead4;
  margin: 3px 15px 0 20px;
  text-transform: uppercase;
  padding: 0 0; }

.navbar-light .navbar-nav .nav-link {
  color: #f2ead4; }

@media screen and (min-width: 576px) and (max-width: 767px) {
  header .header-btn {
    width: 172px;
    height: 52px;
    padding: 13px 12px 12px; } }
@media screen and (min-width: 320px) and (max-width: 575px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px; }

  header .header-logo {
    height: 60px; }
  header .header-btn {
    width: 140px;
    height: 42px;
    padding: 12px 10px 10px;
    font-size: 15px; } }
.ft-top-align {
  margin-top: -27px;
  display: inline-block;
  width: 100%;
  clear: both; }

.footer {
  margin-top: -25px; }
  .footer .footer-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    .footer .footer-content .section-left {
      display: inline-block;
      width: 28.5%;
      overflow: hidden;
      padding: 100px 45px 90px 0; }
      .footer .footer-content .section-left .address {
        padding-bottom: 20px; }
        .footer .footer-content .section-left .address h4 {
          font-size: 19px;
          font-family: "Poppinslight";
          color: #46494d;
          text-align: left; }
      .footer .footer-content .section-left .phone {
        padding-bottom: 20px; }
        .footer .footer-content .section-left .phone h4 {
          font-size: 19px;
          font-family: "Poppinslight";
          color: #939494;
          text-transform: uppercase;
          text-align: left; }
          .footer .footer-content .section-left .phone h4 a {
            text-transform: initial;
            font-family: "Poppinsbold";
            color: #132742;
            text-decoration: none;
            transition: 0.5s; }
            .footer .footer-content .section-left .phone h4 a:hover {
              color: #ffae32; }
      .footer .footer-content .section-left .email {
        padding-bottom: 20px; }
        .footer .footer-content .section-left .email h4 {
          font-size: 19px;
          font-family: "Poppinslight";
          color: #939494;
          text-transform: uppercase;
          text-align: left; }
          .footer .footer-content .section-left .email h4 a {
            color: #ffae32;
            text-transform: initial;
            transition: 0.5s; }
            .footer .footer-content .section-left .email h4 a:hover {
              color: #132742; }
      .footer .footer-content .section-left .social-icons {
        list-style: none;
        padding: 0;
        display: flex; }
        .footer .footer-content .section-left .social-icons li a {
          position: relative;
          display: block;
          margin-right: 10px;
          border-radius: 50%;
          background-color: whitesmoke;
          width: 54px;
          height: 54px;
          transition: 0.5s; }
          .footer .footer-content .section-left .social-icons li a i {
            position: absolute;
            color: black;
            font-size: 20px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .footer .footer-content .section-left .social-icons li a:hover {
            background-color: #ffae32; }
            .footer .footer-content .section-left .social-icons li a:hover i {
              color: #fff; }
    .footer .footer-content .section-mid {
      display: inline-block;
      width: 42%;
      overflow: hidden;
      padding: 100px 50px 90px 50px;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
      .footer .footer-content .section-mid .footer-form label {
        font-size: 17px;
        font-family: "fontspring_demo_-_bioticbold";
        color: black;
        text-align: left; }
      .footer .footer-content .section-mid .footer-form .footer-input {
        border: none;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        resize: none;
        margin-bottom: 30px;
        width: 100%;
        font-size: 14px;
        font-family: "Poppinslight";
        color: black; }
        .footer .footer-content .section-mid .footer-form .footer-input:focus-visible {
          outline: none;
          border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
      .footer .footer-content .section-mid .footer-form .textarea-div {
        margin-bottom: 30px; }
        .footer .footer-content .section-mid .footer-form .textarea-div::before {
          content: "";
          position: absolute;
          width: 92%;
          height: 2px;
          bottom: 0;
          left: 0;
          border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
      .footer .footer-content .section-mid .footer-form textarea {
        padding-right: 70px;
        scrollbar-width: thin;
        border-bottom: 0 !important;
        margin-bottom: 0px !important; }
      .footer .footer-content .section-mid .footer-form .footer-button {
        background-color: transparent;
        border: none;
        outline: none;
        border-radius: 50%;
        position: absolute;
        right: 14px;
        bottom: 0px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background-color: #ffae32; }
      .footer .footer-content .section-mid .footer-form .drop-message {
        background-image: url("../images/submit-button.png");
        background-position: center center;
        background-repeat: no-repeat; }
    .footer .footer-content .section-right {
      display: inline-block;
      width: 28.5%;
      overflow: hidden;
      padding: 100px 0 90px 45px; }
    .footer .footer-content .section-heading h4 {
      font-size: 22px;
      font-family: "fontspring_demo_-_bioticbold";
      color: #132742;
      font-weight: bold;
      text-align: left;
      padding-bottom: 20px; }
    .footer .footer-content .list ul {
      padding-left: 0; }
      .footer .footer-content .list ul li {
        list-style: none;
        padding-bottom: 20px; }
        .footer .footer-content .list ul li h4 {
          font-size: 19px;
          font-family: "Poppinslight";
          color: #46494d;
          text-align: left; }
          .footer .footer-content .list ul li h4 span {
            font-size: 16px;
            font-family: "Poppinsbold";
            color: #46494d; }
  .footer .copyright {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 77%;
    margin: 0 auto;
    padding: 50px 0; }
    .footer .copyright button {
      border: none;
      background-color: transparent;
      border-radius: 50%;
      position: absolute;
      top: -35px;
      right: -55px;
      width: 70px;
      height: 70px;
      background-image: url(../images/top-arrow.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .footer .copyright button:hover {
        background-image: url(../images/top-arrow-hover.png); }
    .footer .copyright p {
      font-size: 19px;
      font-family: "Poppinslight";
      color: #46494d;
      text-align: center; }
    .footer .copyright span {
      font-family: "Poppinsbold";
      color: #132742; }
    .footer .copyright a {
      text-decoration: none;
      font-size: 19px;
      font-family: "Poppinslight";
      color: #46494d; }
      .footer .copyright a:hover {
        color: #ffae32; }
    .footer .copyright .spacer {
      color: #dadbdc; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-content .section-left {
    padding: 100px 25px 90px 0; }

  .footer .footer-content .section-left .phone h4 {
    font-size: 17px; }

  .footer .footer-content .section-left .address h4 {
    font-size: 17px; }

  .footer .footer-content .section-left .email h4 {
    font-size: 17px; }

  .footer .footer-content .section-mid {
    padding: 100px 30px 90px 30px; }

  .footer .footer-content .section-right {
    padding: 100px 0 90px 25px; }

  .footer .footer-content .list ul li h4 {
    font-size: 16px; }

  .footer .footer-content .list ul li h4 span {
    font-size: 16px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-site {
    overflow-x: hidden; }

  footer {
    overflow: hidden; }

  .footer .footer-content .section-left {
    order: 1;
    width: 50%;
    padding-top: 0; }
  .footer .footer-content .section-mid {
    width: 100%;
    border-right: none;
    padding: 100px 0px 50px 0px;
    border-left: none; }
    .footer .footer-content .section-mid .textarea-div::before {
      width: 95% !important; }
  .footer .footer-content .section-right {
    width: 50%;
    padding: 0px 0 90px 0px; }
  .footer .copyright button {
    top: -28px; }
    .footer .copyright button img {
      width: 50px;
      height: 50px; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
  .footer .footer-content .section-left {
    order: 1;
    width: 50%;
    padding-top: 0;
    padding-bottom: 60px;
    padding-right: 0;
    padding-left: 10px; }
    .footer .footer-content .section-left .address h4 {
      font-size: 16px; }
    .footer .footer-content .section-left .phone h4 {
      font-size: 16px; }
    .footer .footer-content .section-left .email h4 {
      font-size: 16px; }
    .footer .footer-content .section-left .social-icons li a {
      width: 42px;
      height: 42px; }
    .footer .footer-content .section-left .social-icons li i {
      font-size: 18px; }
  .footer .footer-content .section-mid {
    width: 100%;
    border-right: none;
    padding: 100px 0px 50px 0px;
    border-left: none; }
    .footer .footer-content .section-mid .footer-form .footer-button {
      right: 11px; }
    .footer .footer-content .section-mid .footer-form label {
      font-size: 14px; }
    .footer .footer-content .section-mid .footer-form .footer-input {
      font-size: 12px; }
    .footer .footer-content .section-mid .footer-form .textarea-div::before {
      width: 95% !important; }
  .footer .footer-content .section-right {
    width: 50%;
    padding: 0px 10px 90px 0px; }
  .footer .footer-content .section-heading h4 {
    font-size: 22px; }
  .footer .footer-content .list ul li {
    padding-bottom: 10px; }
    .footer .footer-content .list ul li h4 {
      font-size: 16px; }
      .footer .footer-content .list ul li h4 span {
        font-size: 16px; }
  .footer .copyright p {
    font-size: 14px; }
  .footer .copyright a {
    font-size: 14px; }
  .footer .copyright button {
    top: -28px; }
    .footer .copyright button img {
      width: 50px;
      height: 50px; } }
@media screen and (min-width: 320px) and (max-width: 575px) {
  .footer {
    margin-top: 0px; }

  .footer-content {
    display: block !important; }
    .footer-content .section-left {
      width: 100% !important;
      padding: 20px 10px !important; }
      .footer-content .section-left .address {
        padding-bottom: 10px !important; }
        .footer-content .section-left .address h4 {
          font-size: 16px !important; }
      .footer-content .section-left .phone {
        padding-bottom: 10px !important; }
        .footer-content .section-left .phone h4 {
          font-size: 16px !important; }
      .footer-content .section-left .email {
        padding-bottom: 10px !important; }
        .footer-content .section-left .email h4 {
          font-size: 16px !important; }
      .footer-content .section-left .social-icons li a {
        width: 44px !important;
        height: 44px !important; }
    .footer-content .section-mid {
      width: 100% !important;
      padding: 20px 10px !important;
      border: none !important; }
      .footer-content .section-mid .footer-form label {
        font-size: 15px !important; }
      .footer-content .section-mid .footer-form .footer-input {
        font-size: 12px !important;
        margin-bottom: 18px !important; }
      .footer-content .section-mid .footer-form .textarea-div {
        margin-bottom: 18px !important; }
      .footer-content .section-mid .footer-form textarea {
        padding-right: 60px !important; }
      .footer-content .section-mid .footer-form .footer-button {
        right: 0; }
    .footer-content .section-right {
      width: 100% !important;
      padding: 20px 10px !important; }
    .footer-content .section-heading h4 {
      font-size: 20px !important; }
    .footer-content .list ul {
      padding-left: 0; }
      .footer-content .list ul li {
        padding-bottom: 10px !important; }
        .footer-content .list ul li h4 {
          font-size: 15px !important; }
          .footer-content .list ul li h4 span {
            font-size: 15px !important; }

  .copyright {
    padding: 20px 0 !important; }
    .copyright p {
      font-size: 12px !important; }
    .copyright a {
      font-size: 12px !important; }
    .copyright button {
      top: -22px !important;
      right: -34px !important;
      width: 40px !important;
      height: 40px !important; } }
.footer-form .error {
  position: relative;
  top: -25px; }

.error {
  display: block;
  font-size: 13px;
  color: red; }

.banner-bg {
  position: relative;
  background-image: url(../images/top-banner-bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  /* center */
  background-size: cover;
  background-color: #fefaee;
  z-index: -4;
  margin-top: -150px;
  padding-bottom: 42px; }
  .banner-bg svg {
    display: none;
    position: absolute;
    z-index: -4;
    width: 100%;
    top: -155px; }

.banner-bg-btm {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 35px 0 0 0;
  margin: 0 0 135px 0;
  position: relative;
  background-color: #fefaee; }
  @media screen and (max-width: 577px) {
    .banner-bg-btm {
      padding: 0;
      margin: 0px 0 35px 0;
      top: -25px; } }
  .banner-bg-btm .banner-bg-btm-inn {
    display: inline-block;
    width: 100%;
    height: 40px;
    position: relative;
    background-image: url(../images/top-banner-btm-bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    /* center */
    background-size: cover; }

.banner {
  position: relative;
  height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
  .banner img {
    position: absolute;
    right: 0;
    z-index: -1;
    object-fit: contain;
    object-position: right;
    width: 78.64%;
    height: 100%; }
  .banner .banner-mbl {
    display: none; }
  .banner .banner-content h4 {
    font-size: 52px;
    font-family: "svn-very_berryregular";
    color: #9ca53d;
    text-align: left;
    padding-bottom: 30px; }
  .banner .banner-content h1 {
    font-size: 75px;
    font-family: "fontspring_demo_-_bioticbold";
    color: #132742;
    font-weight: bold;
    text-align: left; }

.our-menu {
  padding: 160px 0; }
  .our-menu h2 {
    position: relative;
    font-size: 80px;
    font-family: "fontspring_demo_-_bioticbold";
    color: #132742;
    font-weight: bold;
    text-align: center; }
    .our-menu h2::after {
      position: absolute;
      content: "";
      width: 400px;
      height: 4px;
      background-color: #e5e5e5;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
  .our-menu .our-menu-slides {
    margin-top: 60px; }
    .our-menu .our-menu-slides .slider-box {
      position: relative; }
      .our-menu .our-menu-slides .slider-box a {
        text-decoration: none;
        transition: 0.5s;
        cursor: default; }
        .our-menu .our-menu-slides .slider-box a:hover img {
          transition: 0.5s;
          background-image: url(../images/hover-bg.png);
          background-size: cover;
          background-repeat: no-repeat;
          display: block; }
    .our-menu .our-menu-slides h3 {
      font-size: 50px;
      font-family: "fontspring_demo_-_bioticbold";
      color: #132742;
      font-weight: bold;
      text-align: left;
      margin-bottom: 50px;
      padding-right: 108px; }
      .our-menu .our-menu-slides h3 span {
        font-family: "Poppinsbold"; }
    .our-menu .our-menu-slides h4 {
      color: #132742;
      font-size: 30px;
      font-family: "fontspring_demo_-_bioticbold";
      margin: 50px 0px;
      padding-right: 108px; }
      .our-menu .our-menu-slides h4 span {
        font-family: "Poppinsbold"; }
    .our-menu .our-menu-slides .slick-track {
      margin-left: 0 !important; }
    .our-menu .our-menu-slides .slick-next::before {
      content: ""; }
    .our-menu .our-menu-slides .slick-next {
      top: -80px;
      right: 0;
      color: #ddd;
      background-color: transparent;
      background-image: url(../images/next-arrow.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 43px;
      height: 29px; }
    .our-menu .our-menu-slides .slick-next:hover {
      color: #ddd;
      background-color: transparent;
      background-image: url(../images/next-arrow-hover.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .our-menu .our-menu-slides .slick-next:focus {
      color: #ddd;
      background-color: transparent;
      background-image: url(../images/next-arrow.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .our-menu .our-menu-slides .slick-next:focus:hover {
        background-image: url(../images/next-arrow-hover.png); }
    .our-menu .our-menu-slides .slick-prev::before {
      content: ""; }
    .our-menu .our-menu-slides .slick-prev {
      top: -80px;
      left: unset;
      right: 65px;
      color: #ddd;
      background-color: transparent;
      background-image: url(../images/prev-arrow.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 43px;
      height: 29px; }
    .our-menu .our-menu-slides .slick-prev:hover {
      color: #ddd;
      background-color: transparent;
      background-image: url(../images/prev-arrow-hover.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .our-menu .our-menu-slides .slick-prev:focus {
      color: #ddd;
      background-color: transparent;
      background-image: url(../images/prev-arrow.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .our-menu .our-menu-slides .slick-prev:focus:hover {
        background-image: url(../images/prev-arrow-hover.png); }
    .our-menu .our-menu-slides .our-menu-content {
      display: block; }
      .our-menu .our-menu-slides .our-menu-content .slider-box {
        display: inline-block;
        margin-right: 9px;
        margin-left: 9px;
        margin-bottom: 0;
        overflow: hidden;
        position: relative;
        width: 260px; }
        .our-menu .our-menu-slides .our-menu-content .slider-box img {
          width: 100%;
          height: 250px;
          object-fit: contain;
          object-position: center;
          overflow: hidden; }
        .our-menu .our-menu-slides .our-menu-content .slider-box .slider-box-text {
          padding: 10px;
          margin-top: 40px; }
          .our-menu .our-menu-slides .our-menu-content .slider-box .slider-box-text h5 {
            font-size: 25px;
            font-family: "fontspring_demo_-_bioticbold";
            color: #132742;
            font-weight: bold;
            text-align: center; }
            .our-menu .our-menu-slides .our-menu-content .slider-box .slider-box-text h5 span {
              font-family: 'poppinslight';
              font-size: 20px; }
          .our-menu .our-menu-slides .our-menu-content .slider-box .slider-box-text h6 {
            font-size: 17px;
            font-family: "Poppinslight";
            color: #132742;
            font-weight: normal;
            text-align: center;
            line-height: 1.5; }
          .our-menu .our-menu-slides .our-menu-content .slider-box .slider-box-text p {
            font-size: 22.5px;
            font-family: "Poppinslight";
            color: #d8bc41;
            font-weight: bold;
            text-align: center; }
            .our-menu .our-menu-slides .our-menu-content .slider-box .slider-box-text p span {
              font-size: 16px; }

.about-us-bg {
  position: relative;
  z-index: 9;
  background-image: url(../images/aboutus-bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  .about-us-bg svg {
    display: none;
    position: absolute;
    z-index: -1;
    width: 100%; }
  .about-us-bg .about-us {
    padding: 147px 0px 20px;
    /* 147 0 0 200 */ }
    .about-us-bg .about-us .about-us-img {
      max-width: 570px;
      max-height: 570px;
      object-fit: contain;
      object-position: center;
      overflow: hidden; }
      .about-us-bg .about-us .about-us-img img {
        width: 100%;
        height: auto; }
    .about-us-bg .about-us .about-us-text {
      padding: 45px 0 0 30px;
      /*
      button {
        border: 1px solid rgb(0, 0, 0, 0.2);
        border-radius: 38px;
        background-color: transparent;
        width: 236px;
        height: 76px;
        font-size: 26px;
        font-family: $font_biotic;
        color: $orange;
        font-weight: bold;
        text-align: center;
        transition: 0.4s;
        &:hover {
          background-color: $orange;
          color: #fff; 
        }
      }
      */ }
      .about-us-bg .about-us .about-us-text h2 {
        position: relative;
        font-size: 80px;
        font-family: "fontspring_demo_-_bioticbold";
        color: #132742;
        font-weight: bold;
        text-align: left; }
        .about-us-bg .about-us .about-us-text h2::after {
          position: absolute;
          content: "";
          width: 366px;
          height: 4px;
          background-color: #e1e1e1;
          left: 0;
          bottom: 0; }
      .about-us-bg .about-us .about-us-text h4 {
        font-size: 22px;
        font-family: "Poppinsbold";
        color: #46494d;
        font-weight: bold;
        text-align: left;
        padding-top: 38px; }
      .about-us-bg .about-us .about-us-text p {
        font-size: 22px;
        font-family: "Poppinslight";
        color: #46494d;
        font-weight: bold;
        text-align: left;
        padding: 25px 0; }

.about-us-bg-btm {
  display: inline-block;
  width: 100%;
  height: 180px;
  position: relative;
  z-index: 8;
  background-image: url(../images/aboutus-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  top: -35px; }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .about-us-bg-btm {
      height: 110px; } }
  @media screen and (min-width: 320px) and (max-width: 575px) {
    .about-us-bg-btm {
      height: 80px; } }

@media screen and (min-width: 1200px) and (max-width: 1275px) {
  .banner-bg svg {
    top: -220px; }

  .banner img {
    top: -50px; }

  .about-us-bg .about-us {
    padding: 130px 0px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-bg svg {
    top: -320px; }

  .banner {
    height: 730px; }
    .banner img {
      top: 30px; }
    .banner .banner-content h4 {
      font-size: 45px;
      padding-bottom: 10px; }
    .banner .banner-content h1 {
      font-size: 65px; }

  .about-us-bg .about-us .about-us-text {
    padding: 45px 0 0 30px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer .copyright p {
    font-size: 18px; }

  .banner-bg {
    padding-bottom: 85px; }

  .banner {
    height: 570px; }
    .banner img {
      width: 80%;
      top: 40px; }
    .banner .banner-content h4 {
      font-size: 32px;
      padding-bottom: 10px; }
    .banner .banner-content h1 {
      font-size: 45px; }

  .our-menu h2 {
    font-size: 65px; }
    .our-menu h2::after {
      width: 320px; }
  .our-menu .our-menu-slides h3 {
    font-size: 45px; }
  .our-menu .our-menu-slides .slick-prev {
    top: -75px; }
  .our-menu .our-menu-slides .slick-next {
    top: -75px; }

  .about-us-bg .about-us .about-us-text {
    padding: 25px 0 0 15px; }
    .about-us-bg .about-us .about-us-text h2 {
      font-size: 50px; }
      .about-us-bg .about-us .about-us-text h2::after {
        width: 230px; }
    .about-us-bg .about-us .about-us-text h4 {
      font-size: 18px;
      padding-top: 18px; }
    .about-us-bg .about-us .about-us-text p {
      font-size: 18px;
      padding: 15px 0; }
    .about-us-bg .about-us .about-us-text button {
      width: 210px;
      height: 66px; } }
@media screen and (min-width: 576px) and (max-width: 767px) {
  .navbar {
    padding-top: 28px;
    padding-bottom: 28px; }

  .banner-bg svg {
    top: -115%; }

  .banner {
    height: 520px; }
    .banner img {
      top: 40px; }
    .banner .banner-content h4 {
      font-size: 24px;
      padding-bottom: 5px; }
    .banner .banner-content h1 {
      font-size: 34px; }

  .our-menu {
    padding: 100px 0; }
    .our-menu h2 {
      font-size: 52px; }
      .our-menu h2::after {
        width: 255px; }
    .our-menu .our-menu-slides {
      margin-top: 40px; }
      .our-menu .our-menu-slides h3 {
        font-size: 35px; }
      .our-menu .our-menu-slides .slick-prev {
        top: -72px; }
      .our-menu .our-menu-slides .slick-next {
        top: -72px; }
      .our-menu .our-menu-slides .our-menu-content .slider-box img {
        height: 220px; }
      .our-menu .our-menu-slides .our-menu-content .slider-box .slider-box-text h5 {
        font-size: 22px; }
      .our-menu .our-menu-slides .our-menu-content .slider-box .slider-box-text p {
        font-size: 19px; }
        .our-menu .our-menu-slides .our-menu-content .slider-box .slider-box-text p span {
          font-size: 14px; }

  .about-us-bg .about-us {
    padding: 90px 0px 20px; }
    .about-us-bg .about-us .about-us-text {
      padding: 40px 0 0 15px; }
      .about-us-bg .about-us .about-us-text h2 {
        font-size: 50px; }
        .about-us-bg .about-us .about-us-text h2::after {
          width: 230px; }
      .about-us-bg .about-us .about-us-text h4 {
        font-size: 16px;
        padding-top: 18px; }
      .about-us-bg .about-us .about-us-text p {
        font-size: 16px;
        padding: 15px 0; }
      .about-us-bg .about-us .about-us-text button {
        width: 210px;
        height: 66px; } }
@media screen and (min-width: 320px) and (max-width: 575px) {
  .banner-bg {
    margin-top: -100px; }
    .banner-bg svg {
      top: -142%; }

  .banner {
    height: auto;
    align-items: flex-start;
    padding: 0 15px 70px;
    flex-flow: column wrap;
    justify-content: flex-start;
    width: 100%; }
    .banner img {
      width: 100%;
      top: 85px;
      max-width: 100%;
      position: relative; }
    .banner .banner-mbl {
      display: block; }
    .banner .banner-tab {
      display: none; }
    .banner .banner-content {
      margin-top: 120px; }
      .banner .banner-content h4 {
        font-size: 22px;
        padding-bottom: 5px; }
      .banner .banner-content h1 {
        font-size: 32px; }

  .our-menu {
    padding: 60px 0; }
    .our-menu h2 {
      font-size: 40px; }
      .our-menu h2::after {
        width: 200px; }
    .our-menu .our-menu-slides {
      margin-top: 40px; }
      .our-menu .our-menu-slides h3 {
        font-size: 25px;
        margin-bottom: 25px;
        padding-right: 65px; }
      .our-menu .our-menu-slides h4 {
        font-size: 20px;
        margin: 30px 0;
        padding-right: 65px; }
      .our-menu .our-menu-slides .slick-prev {
        top: -45px;
        width: 30px;
        height: 20px;
        right: 38px; }
      .our-menu .our-menu-slides .slick-next {
        top: -45px;
        width: 30px;
        height: 20px; }
      .our-menu .our-menu-slides .our-menu-content .slider-box img {
        height: 160px; }
      .our-menu .our-menu-slides .our-menu-content .slider-box .slider-box-text {
        margin-top: 20px; }
        .our-menu .our-menu-slides .our-menu-content .slider-box .slider-box-text h5 {
          font-size: 16px; }
        .our-menu .our-menu-slides .our-menu-content .slider-box .slider-box-text h6 {
          font-size: 14px; }
        .our-menu .our-menu-slides .our-menu-content .slider-box .slider-box-text p {
          font-size: 16px; }
          .our-menu .our-menu-slides .our-menu-content .slider-box .slider-box-text p span {
            font-size: 12px; }

  .about-us-bg .about-us {
    padding: 60px 0px 20px; }
    .about-us-bg .about-us .about-us-text {
      padding: 50px 0 0 15px; }
      .about-us-bg .about-us .about-us-text h2 {
        font-size: 40px; }
        .about-us-bg .about-us .about-us-text h2::after {
          width: 185px; }
      .about-us-bg .about-us .about-us-text h4 {
        font-size: 16px;
        padding-top: 14px; }
      .about-us-bg .about-us .about-us-text p {
        font-size: 16px;
        padding: 14px 0; }
      .about-us-bg .about-us .about-us-text button {
        width: 145px;
        height: 50px;
        font-size: 18px; } }
@media screen and (min-width: 2000px) {
  .banner {
    max-width: 1370px; } }
.slick-next.slick-disabled {
  background-image: url(../images/next-arrow-disable.png) !important;
  cursor: default; }

.slick-prev.slick-disabled {
  background-image: url(../images/prev-arrow-disable.png) !important;
  cursor: default; }

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
  display: none; }

.add-read-more.show-more-content .read-more {
  display: none; }

.add-read-more .read-more,
.add-read-more .read-less {
  font-weight: bold;
  margin-left: 2px;
  color: #9ca53d;
  cursor: pointer; }

.custom-flash {
  right: 10px;
  top: 20px;
  display: flex;
  align-items: center; }
  .custom-flash .notification__icon {
    margin-right: 20px; }
  .custom-flash h2 {
    position: relative;
    font-size: 20px;
    font-family: "fontspring_demo_-_bioticbold";
    color: #132742;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px; }

@keyframes slide-up {
  from {
    transform: translateY(100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-out {
  to {
    opacity: 0;
    transform: translateY(-20%); } }
.custom-flash {
  animation: slide-up 0.8s ease-out, fade-out 0.8s ease-in forwards;
  animation-delay: 0s, 5s;
  /* Start slide-up immediately, fade-out after 5s */
  will-change: opacity, transform; }

.alert {
  z-index: 1050;
  /* Ensure visibility above other elements */ }

/*# sourceMappingURL=style.css.map */
