html,
body {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

a {
  color: var(--bs-body-color);
  text-decoration: none;
}

a:hover {
  color: var(--bs-body-color);
}

.nav-link {
  font-weight: 600;
}

.left {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.center {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.right {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.button {
  text-align: center;
  border-radius: 4px;
  padding: 10px 24px 10px;
  color: #fff;
  border: none;
  outline: 0;
  background: #202020;
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  letter-spacing: normal !important;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  cursor: pointer;
}

.button:hover {
  color: #fff;
}

.button.actionButton {
  height: 42px;
  width: 42px;
  padding: 12px;
  border-radius: 25px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  line-height: 1;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: top;
}

.button.actionButton svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.grey-100 {
  background-color: var(--bs-gray-100);
}

.grey-300 {
  background-color: var(--bs-gray-300);
}

.red {
  background-color: var(--bs-red);
}

.red .text-error {
  color: #ffc107 !important;
}

.br-red {
  border: 1px solid;
  border-color: var(--bs-red);
  background-color: transparent;
  color: var(--bs-red);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.br-red:hover {
  background-color: var(--bs-red);
}

.text-red {
  color: var(--bs-red);
}

.yellow {
  background-color: var(--bs-yellow);
}

.white {
  background-color: var(--bs-white);
}

.border-right {
  border-right: 1px solid white;
}

.gradient {
  position: relative;
}

.gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#000));
  background: linear-gradient(to bottom, #fff 0, #000 100%);
  z-index: -1;
  opacity: 0.1;
}

.menubar {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--bs-gray-200);
}

#main-nav .dropdown {
  position: static !important;
}

#main-nav .dropdown-menu {
  background-color: #f8f9fa;
  margin-top: 0px !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: none !important;
}

#main-nav .nav-link:hover {
  color: var(--bs-red);
}

.whatsapp {
  background-color: #25d366 !important;
  color: #fff;
}

.text-error {
  color: #f44336 !important;
  font-size: 12px !important;
  text-align: left;
}

section {
  padding-top: 140px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}

section.intro {
  padding-top: 180px;
  padding-bottom: 120px;
  height: 100vh;
}

.parallax-section {
  padding: 60px 0 0;
  background-attachment: fixed;
  min-height: 250px;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}

.parallax-section:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.zindex-1 {
  z-index: 1;
}

.text-subheading1 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.text-mainheading1 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 4rem;
}

.vep-box {
  position: relative;
  padding: 25px;
  padding-left: 4.25em;
  padding-top: 10px;
  margin-bottom: 40px;
  text-align: left;
}

.vep-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 4em;
  color: var(--bs-red);
}

.features-slider {
  width: 100%;
}

.features-slider .slick-list {
  padding: 0 25% !important;
}

.features-slider .slick-prev,
.features-slider .slick-next {
  width: 40px;
  height: 40px;
  background: var(--bs-red);
  border-radius: 50%;
  left: 25px;
  z-index: 1;
}

.features-slider .slick-prev:before,
.features-slider .slick-next:before {
  font-family: "Line Awesome Brands" !important;
}

.features-slider .slick-prev:hover,
.features-slider .slick-next:hover {
  background: var(--bs-red);
}

.features-slider .slick-next {
  left: auto;
  right: 25px !important;
}

.features-slider .slide {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0 15px;
}

.features-slider .slide img {
  border-radius: 16px;
  width: 100%;
}

.features-slider .slide .title {
  font-size: 1rem;
  font-weight: 400;
}

.features-slider .slide.slick-current .title {
  font-weight: 600;
  color: var(--bs-red);
}

.event-icon {
  background-color: #dee2e6;
  border-radius: 25%;
  padding: 15px;
  width: 75px;
}

.f-list li {
  font-weight: 500;
  list-style-type: none;
  margin-bottom: 1em;
  padding: 0.25em 0 0 3.5em;
  position: relative;
  text-align: left;
}

.f-list li:before {
  content: " ";
  display: block;
  border: solid 0.8em var(--bs-red);
  border-radius: 0.8em;
  height: 0;
  width: 0;
  position: absolute;
  left: 0.5em;
  top: 40%;
  margin-top: -0.5em;
}

.f-list li:after {
  content: " ";
  display: block;
  width: 0.4em;
  height: 0.8em;
  border: solid white;
  border-width: 0 0.2em 0.2em 0;
  position: absolute;
  left: 1.15em;
  top: 40%;
  margin-top: -0.2em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-info {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.contact-info li {
  list-style: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.25rem;
  border-right: 1px solid var(--bs-gray-400);
}

.contact-info li:last-child {
  border-right: none;
}

.contact-info li h4 {
  color: var(--bs-gray-600);
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.contact-info li i {
  font-size: 2rem;
  color: var(--bs-red);
}

.contact-info li a {
  color: #000;
}

ul.vep {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.vep li {
  /* display: flex;
    align-items: center; */
  margin: 5px 15px;
}

ul.vep li .icon {
  background-color: #dee2e6;
  border-radius: 15%;
  padding: 7px;
  width: 45px;
  margin-right: 5px;
}

ul.vep li .icon img {
  width: 100%;
}

ul.vep li .title {
  font-size: 14px;
  font-weight: 500;
}

.links li {
  margin-bottom: 10px;
}

.navbar-toggler {
  border: none !important;
  padding: 0 !important;
}

@media (max-width: 786px) {
  section {
    height: auto !important;
  }
  .contact-info li {
    border: none;
    padding: 1rem 0;
    border-bottom: 1px solid var(--bs-gray-400);
  }
  .contact-info li:last-child {
    border-bottom: none;
  }
  .text-mainheading1 {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }
  .vep-box {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 450px) {
  body {
    font-size: 12px;
  }
  section {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
  .button {
    font-size: 12px !important;
    padding: 6px 12px 6px !important;
  }
  .text-mainheading1 {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
  .text-subheading1 {
    font-size: 1rem !important;
  }
  section {
    padding-top: 80px !important;
    padding-bottom: 20px !important;
  }
  .menubar {
    height: 40px !important;
  }
  .navbar {
    padding: 0 !important;
  }
  .navbar-brand img {
    height: 24px !important;
  }
  .contact-info li {
    font-size: 1rem;
  }
  .contact-info li h4 {
    margin-bottom: 1.5rem;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .features-slider .slide .title {
    font-size: 0.8rem;
  }
  .event-icon {
    width: 60px !important;
    padding: 10px !important;
  }
  .footer {
    text-align: left;
  }
}
/*# sourceMappingURL=styles.css.map */