body, html {
  overflow-x: hidden !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #F7F7F7;
}

::-webkit-scrollbar-thumb {
  background: #13D803;
}

::-webkit-scrollbar-thumb:hover {
  background: #FFF300;
}

#CtSpinner, #messagehere {
  display: none;
}

@font-face {
  font-family: "GRSmall";
  src: url("/assets/fonts/Gotham-Rounded-Light.otf");
}
@font-face {
  font-family: "GRBoldM";
  src: url("/assets/fonts/Gotham-Rounded-Medium.otf");
}
@font-face {
  font-family: "GRBook";
  src: url("/assets/fonts/Gotham-Rounded-Book.otf");
}
@font-face {
  font-family: "GRBold";
  src: url("/assets/fonts/Gotham-Rounded-Bold.otf");
}
.book-now {
  background: #13D803;
  padding: 5px 14px;
  display: block;
  border: 1px dashed #272D96;
  color: #272D96;
  color: #272D96 !important;
}

h1 {
  color: #13D803;
  font-family: "GRBold";
  margin-bottom: 0px;
}

h2, h3, h4, h5, h6 {
  color: #272D96;
  font-family: "GRBold";
  margin-bottom: 0px;
}

p, a, li, ul, body, span, button, ol {
  color: #1C1C1C;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

h1 {
  color: #FFF300;
}

h2 {
  color: #272D96;
  font-weight: bold;
  font-size: 36px;
}

p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  font-family: "GRBoldM";
  color: #F7F7F7;
  margin-bottom: 0px;
}

li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #272D96;
}

@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 40px;
  }
  h1 h2 {
    font-size: 32px;
    line-height: 46px;
  }
  h1 .btn-yellow {
    font-size: 16px;
  }
}
.first-hr {
  margin-bottom: -240px;
}

.third-hr {
  margin-bottom: -280px;
}

.second-hr {
  margin-top: -250px;
}

.fourth-section {
  margin: 0px 0px;
  position: relative;
  z-index: 9;
}

.third-section, .fifth-section {
  position: relative;
  z-index: 19;
}

.contact-us-section {
  background: #fff !important;
}

.side-contact-forms form {
  background: #fff;
}
.side-contact-forms form .enableds {
  display: none;
}
.side-contact-forms form label {
  font-family: "GRBoldM";
  font-size: 14px;
  font-weight: normal;
}
.side-contact-forms form div {
  font-family: "GRSmall";
  font-weight: bold;
}
.side-contact-forms form input, .side-contact-forms form textarea {
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6) !important;
  border-radius: 0px !important;
  margin-bottom: 30px;
  padding: 10px 0px !important;
}
.side-contact-forms form input:focus-visible, .side-contact-forms form input:focus, .side-contact-forms form textarea:focus-visible, .side-contact-forms form textarea:focus {
  border: 0px;
  box-shadow: none;
}

.bg-white-wave {
  position: relative;
  z-index: 20;
  margin-bottom: -98px;
  margin-top: -98px;
}

.main-parties {
  position: relative;
  margin: -10px 0px;
}
.main-parties .mainimg {
  height: 700px;
}
.main-parties img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.main-parties .bg-black-layer {
  height: 450px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(to top, rgb(13, 13, 13), rgba(0, 0, 0, 0));
}
.main-parties .content-box {
  position: absolute;
  bottom: 0px;
  width: 80%;
  margin-bottom: 80px;
  z-index: 2;
}
.main-parties .content-box h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.main-parties .content-box p {
  font-size: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.contact-us-section {
  background: #ECECEC;
}
.contact-us-section h2 {
  font-size: 42px;
  font-weight: bold !important;
  font-family: "GRBold";
}
.contact-us-section p {
  color: #1C1C1C;
  font-weight: 500;
}
.contact-us-section .contact-icon {
  width: 40px;
  border: 1px solid #272D96;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 5px;
  color: #272D96;
}
.contact-us-section .contact-value a {
  font-size: 20px;
  font-weight: bold;
  color: #272D96;
  font-family: "GRBold";
  text-decoration: none;
}
.contact-us-section .contact-label {
  font-weight: bold;
}
.contact-us-section input, .contact-us-section textarea {
  padding: 13px 15px !important;
  font-weight: bold;
}
.contact-us-section .btn-submit {
  background: #272D96;
  color: #fff;
  font-weight: bold;
  padding: 10px 50px;
  font-size: 18px;
  letter-spacing: 1.2px;
}

@media only screen and (max-width: 768px) {
  .main-parties img {
    height: 500px;
  }
  .main-parties .content-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .main-parties .content-box {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .main-parties .content-box p {
    font-size: 16px;
    line-height: 22px;
  }
  .main-parties .content-box h2 {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .contact-us-section {
    margin-top: -90px;
  }
  .contact-us-section h2 {
    font-size: 32px;
  }
  .bg-white-wave {
    position: relative;
    z-index: 20;
    margin-bottom: 0px;
    margin-top: -10px;
  }
  .bg-white-wave-1 {
    margin-top: -90px;
    margin-bottom: -85px;
  }
  .main-parties .mainimg {
    height: 502px;
  }
  .bg-white-wave-2 {
    margin-bottom: -50px;
  }
  .bg-white-wave-3 {
    margin-bottom: -100px;
  }
  .side-contact-forms form .enableds {
    display: block;
  }
}/*# sourceMappingURL=parties.css.map */