@font-face {
  font-family: "fs-black";
  src: url("webfonts/FiraSans-Black.ttf");
}

@font-face {
  font-family: "fs-bold";
  src: url("webfonts/FiraSans-Bold.ttf");
}

@font-face {
  font-family: "fs-extrabold";
  src: url("webfonts/FiraSans-ExtraBold.ttf");
}

@font-face {
  font-family: "fs-medium";
  src: url("webfonts/FiraSans-Medium.ttf");
}

@font-face {
  font-family: "fs-regular";
  src: url("webfonts/FiraSans-Regular.ttf");
}

@font-face {
  font-family: "fs-semibold";
  src: url("webfonts/FiraSans-SemiBold.ttf");
}

html,
body {
  font-family: 'fs-regular', sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'fs-black', sans-serif;
}

a,
button,
p {
  font-family: 'fs-regular', sans-serif;
  outline: none;
  text-decoration: none;
}

.sticky {
  position: fixed !important;
  width: 100%;
  z-index: 100;
}

.resonsive-sticky {
  position: fixed !important;
  width: 100%;
}

.spacing {
  height: 120px;
}

.spacing2 {
  height: 40px;
}

.top-bar {
  display: none;
}

@media screen and (min-width: 1024px) {
  .top-bar {
    display: block;
  }
  .title-bar {
    display: none;
  }
}

.title-bar {
  background-color: black;
  padding: 10px;
  position: relative;
}

.title-bar button.hamburger {
  padding: 15px 15px 5px;
  position: absolute;
  right: 15px;
}

.title-bar button.hamburger .hamburger-inner {
  background-color: white;
  height: 3px;
}

.title-bar button.hamburger .hamburger-inner:after {
  background-color: white;
  height: 3px;
}

.title-bar button.hamburger .hamburger-inner:before {
  background-color: white;
  height: 3px;
}

.title-bar button.hamburger.is-active .hamburger-inner {
  background-color: white;
}

.title-bar button.hamburger.is-active .hamburger-inner:after {
  background-color: white;
}

.title-bar button.hamburger.is-active .hamburger-inner:before {
  background-color: white;
}

.title-bar .ug-mobile-logo img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 80px;
}

.top-bar {
  background-color: black;
  padding: 10px;
  z-index: 100;
}

.top-bar .ug-logo img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 220px;
}

.top-bar .ug-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0 15px 0 0;
}

.top-bar .ug-menu li {
  list-style-type: none;
  margin: 0 10px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.top-bar .ug-menu li a {
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.top-bar .ug-menu li a p {
  color: white;
  line-height: 1;
  margin: 0;
}

.top-bar .ug-menu li a img {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  width: 30px;
}

.top-bar .ug-menu li.hv-fill:after {
  background-color: #FFC20D;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0%;
  z-index: -1;
}

.top-bar .ug-menu li.hv-fill:before {
  background-color: #FFC20D;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0%;
  z-index: -1;
}

.top-bar .ug-menu li.hv-fill:hover a p {
  color: black;
}

.top-bar .ug-menu li.hv-fill:hover:before {
  width: 100%;
}

.section-1.head-slider .header-slider {
  position: relative;
}

.section-1.head-slider .header-slider .slider-items {
  position: relative;
}

.section-1.head-slider .header-slider .slider-items div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  height: 800px;
}

.section-1.head-slider .header-slider .slider-items .slider-content {
  height: auto;
  left: 5%;
  min-height: 0;
  position: absolute;
  top: 10%;
}

.section-1.head-slider .header-slider .slider-items .slider-content h1 {
  color: white;
  font-family: 'fs-black', sans-serif;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
}

.section-1.head-slider .header-slider .slider-items .slider-content h1 span {
  color: #FFC20D;
  font-size: 65px;
}

.section-1.head-slider .header-slider .owl-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-1.head-slider .header-slider .owl-nav button.owl-prev {
  background-color: #FFC20D;
  border-radius: 50px;
  height: 50px;
  left: 30px;
  position: absolute;
  width: 50px;
}

.section-1.head-slider .header-slider .owl-nav button.owl-prev:before {
  background-image: url("../images/arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 30px;
  left: 11px;
  position: absolute;
  top: 11px;
  width: 24px;
}

.section-1.head-slider .header-slider .owl-nav button.owl-prev span {
  display: none;
}

.section-1.head-slider .header-slider .owl-nav button.owl-next {
  background-color: #FFC20D;
  border-radius: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
  width: 50px;
}

.section-1.head-slider .header-slider .owl-nav button.owl-next:before {
  background-image: url("../images/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 30px;
  position: absolute;
  right: 11px;
  top: 11px;
  width: 24px;
}

.section-1.head-slider .header-slider .owl-nav button.owl-next span {
  display: none;
}

.section-1.head-slider .header-slider .owl-dots {
  bottom: 10px;
  position: absolute;
  width: 100%;
}

.section-1.head-slider .header-slider .owl-dots .owl-dot span {
  background: #ffc20d75;
  height: 13px;
  width: 13px;
}

.section-1.head-slider .header-slider .owl-dots .owl-dot:hover span {
  background: #FFC20D;
}

.section-1.head-slider .header-slider .owl-dots .owl-dot.active span {
  background: #FFC20D !important;
}

.section-2.about {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-2.about .section-2.width {
  margin: auto;
  max-width: 90%;
  padding: 0;
}

.section-2.about .section-2.width .title {
  position: relative;
  text-align: center;
}

.section-2.about .section-2.width .title h5 {
  font-family: 'fs-bold', sans-serif;
  margin: 0 auto 10px;
  position: relative;
  text-transform: uppercase;
  width: 180px;
}

.section-2.about .section-2.width .title h5:after {
  border-bottom: 1px solid black;
  bottom: 15px;
  content: '';
  position: absolute;
  right: -120px;
  width: 100px;
}

.section-2.about .section-2.width .title h5:before {
  border-bottom: 1px solid black;
  bottom: 15px;
  content: '';
  left: -120px;
  position: absolute;
  width: 100px;
}

.section-2.about .section-2.width .title img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 240px;
}

.section-2.about .section-2.width .about-desc {
  margin: 30px 0 20px;
  text-align: center;
}

.section-2.about .section-2.width .about-desc p {
  margin: 0;
}

.section-2.about .section-2.width .items-width {
  margin: auto;
  max-width: 80%;
}

.section-2.about .section-2.width .items-width .about-items {
  margin: 2rem auto auto;
  text-align: center;
}

.section-2.about .section-2.width .items-width .about-items img {
  margin: auto auto 1rem;
  width: 240px;
}

.section-2.about .section-2.width .items-width .about-items p {
  font-family: 'fs-bold', sans-serif;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}

.section-2.about .section-2.width .items-width .items-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.section-2.about .section-2.width .items-width .items-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.section-2.about .section-2.gallery {
  background-color: #494949;
  padding: 4rem 0;
  position: relative;
}

.section-2.about .section-2.gallery .gallery-section {
  margin: auto;
  max-width: 80%;
}

.section-2.about .section-2.gallery .gallery-section .gallery-items {
  margin: auto;
  max-width: 80%;
}

.section-2.about .section-2.gallery .gallery-section .gallery-items .gallery-thumb div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.section-2.about .section-2.gallery .gallery-section .gallery-items .gallery-name {
  background-color: white;
  padding: 10px;
}

.section-2.about .section-2.gallery .gallery-section .gallery-items .gallery-name div {
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
}

.section-2.about .section-2.gallery .gallery-section .gallery-items .gallery-name div h4 {
  color: black;
  font-family: 'fs-bold', sans-serif;
  line-height: 1.1;
  margin: 0;
  padding: 0 0 5px;
  position: relative;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-2.about .section-2.gallery .gallery-section .gallery-items .gallery-name div:before {
  border-bottom: 2px solid black;
  bottom: 0;
  content: '';
  position: absolute;
  width: 100px;
}

.section-2.about .section-2.gallery .gallery-section .gallery-items .gallery-name p {
  color: black;
  font-size: 14px;
  margin: 0 0 10px;
}

.section-2.about .section-2.gallery .gallery-section .owl-nav {
  margin: 0;
  position: absolute;
  top: 45%;
  width: 100%;
}

.section-2.about .section-2.gallery .gallery-section .owl-nav .owl-prev {
  height: 40px;
  left: -60px;
  position: absolute;
  width: 40px;
}

.section-2.about .section-2.gallery .gallery-section .owl-nav .owl-prev:hover {
  background-color: transparent;
}

.section-2.about .section-2.gallery .gallery-section .owl-nav .owl-prev:before {
  background-image: url("../images/arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

.section-2.about .section-2.gallery .gallery-section .owl-nav .owl-prev span {
  display: none;
}

.section-2.about .section-2.gallery .gallery-section .owl-nav .owl-next {
  height: 40px;
  position: absolute;
  right: -60px;
  width: 40px;
}

.section-2.about .section-2.gallery .gallery-section .owl-nav .owl-next:hover {
  background-color: transparent;
}

.section-2.about .section-2.gallery .gallery-section .owl-nav .owl-next:before {
  background-image: url("../images/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.section-2.about .section-2.gallery .gallery-section .owl-nav .owl-next span {
  display: none;
}

.section-2.about .section-2.gallery .gallery-section .owl-dots {
  display: none;
}

.section-3.showcase .showcase-gallery {
  position: relative;
}

.section-3.showcase .showcase-gallery .gallery-thumb div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  min-height: 250px;
}

.section-3.showcase .showcase-gallery .owl-nav {
  margin: 0;
  position: absolute;
  top: 45%;
  width: 100%;
}

.section-3.showcase .showcase-gallery .owl-nav .owl-prev {
  height: 40px;
  left: 15px;
  position: absolute;
  width: 40px;
}

.section-3.showcase .showcase-gallery .owl-nav .owl-prev:hover {
  background-color: transparent;
}

.section-3.showcase .showcase-gallery .owl-nav .owl-prev:before {
  background-image: url("../images/arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

.section-3.showcase .showcase-gallery .owl-nav .owl-prev span {
  display: none;
}

.section-3.showcase .showcase-gallery .owl-nav .owl-next {
  height: 40px;
  position: absolute;
  right: 15px;
  width: 40px;
}

.section-3.showcase .showcase-gallery .owl-nav .owl-next:hover {
  background-color: transparent;
}

.section-3.showcase .showcase-gallery .owl-nav .owl-next:before {
  background-image: url("../images/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.section-3.showcase .showcase-gallery .owl-nav .owl-next span {
  display: none;
}

.section-3.showcase .showcase-gallery .owl-dot {
  display: none;
}

.section-3.showcase .showcase-info {
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 35px 25px;
  position: relative;
}

.section-3.showcase .showcase-info h2 {
  color: #FFC20D;
  font-size: 60px;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
  width: 100%;
}

.section-3.showcase .showcase-info p {
  color: #FFC20D;
  font-size: 14px;
  margin: 0 0 10px;
}

.section-4.testimonial {
  background-color: #FFC20D;
  padding: 4rem 0;
  position: relative;
}

.section-4.testimonial .title {
  text-align: center;
}

.section-4.testimonial .title h5 {
  font-family: 'fs-medium', sans-serif;
  margin: 0 auto 10px;
  position: relative;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-4.testimonial .title h5:before {
  border-bottom: 1px solid black;
  bottom: 15px;
  content: '';
  left: -120px;
  position: absolute;
  width: 100px;
}

.section-4.testimonial .title h5:after {
  border-bottom: 1px solid black;
  bottom: 15px;
  content: '';
  position: absolute;
  right: -120px;
  width: 100px;
}

.section-4.testimonial .title h1 {
  font-size: 54px;
  margin: 0;
  text-transform: uppercase;
}

.section-4.testimonial .user-width {
  margin: 3rem auto 4rem;
  max-width: 90%;
  position: relative;
}

.section-4.testimonial .user-width .user-list .user-review {
  margin: auto;
  max-width: 90%;
  min-height: 100px;
  position: relative;
  text-align: center;
}

.section-4.testimonial .user-width .user-list .user-review:before {
  border-bottom: 1px solid black;
  bottom: 0;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.section-4.testimonial .user-width .user-list .user-review div {
  position: relative;
}

.section-4.testimonial .user-width .user-list .user-review div p {
  font-family: 'fs-bold', sans-serif;
  font-size: 16px;
  margin: 0 0 10px;
}

.section-4.testimonial .user-width .user-list .user-review div p span.left {
  display: inline-block;
  vertical-align: middle;
}

.section-4.testimonial .user-width .user-list .user-review div p span.left img {
  margin: -5px 0 0;
  width: 20px;
}

.section-4.testimonial .user-width .user-list .user-review div p span.right {
  display: inline-block;
  vertical-align: middle;
}

.section-4.testimonial .user-width .user-list .user-review div p span.right img {
  margin: -5px 0 0;
  width: 20px;
}

.section-4.testimonial .user-width .user-list .user-profile {
  margin: 2rem 0 0;
  text-align: center;
}

.section-4.testimonial .user-width .user-list .user-profile div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  display: inline-block;
  height: 60px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 100%;
}

.section-4.testimonial .user-width .user-list .user-profile p {
  display: block;
  font-family: 'fs-black', sans-serif;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle;
}

.section-4.testimonial .user-width .user-list .user-profile .date p {
  font-family: 'fs-regular', sans-serif;
  font-size: 14px;
}

.section-4.testimonial .user-width .user-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.section-4.testimonial .user-width .user-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.section-4.testimonial .user-width .owl-nav {
  margin: 0;
  position: absolute;
  top: 40%;
  width: 100%;
}

.section-4.testimonial .user-width .owl-nav .owl-prev {
  background-color: black;
  border-radius: 0;
  height: 45px;
  left: 0;
  padding: 5px;
  position: absolute;
  width: 45px;
}

.section-4.testimonial .user-width .owl-nav .owl-prev:before {
  background-image: url("../images/left-arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 5px;
  content: '';
  left: 5px;
  height: 35px;
  padding: 10px;
  position: absolute;
  width: 35px;
}

.section-4.testimonial .user-width .owl-nav .owl-prev span {
  display: none;
}

.section-4.testimonial .user-width .owl-nav .owl-next {
  background-color: black;
  border-radius: 0;
  height: 45px;
  padding: 5px;
  position: absolute;
  right: 0;
  width: 45px;
}

.section-4.testimonial .user-width .owl-nav .owl-next:before {
  background-image: url("../images/right-arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 5px;
  content: '';
  left: 5px;
  height: 35px;
  padding: 10px;
  position: absolute;
  width: 35px;
}

.section-4.testimonial .user-width .owl-nav .owl-next span {
  display: none;
}

.section-4.testimonial .clientele-btn {
  text-align: center;
}

.section-4.testimonial .clientele-btn button {
  background-color: transparent;
  border-bottom: 2px solid black;
  cursor: pointer;
  font-family: 'fs-black', sans-serif;
  font-size: 40px;
  margin: auto;
  padding: 5px 5px 10px;
  position: relative;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-4.testimonial .clientele-btn button:before {
  background-image: url("../images/clientele-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 10px;
  content: '';
  height: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
}

.section-4.testimonial .clientele-btn button:after {
  background-image: url("../images/clientele-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 40px;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
}

.section-4.testimonial .clientele-btn button:hover {
  border-bottom: 1px solid transparent;
}

.section-4.testimonial .clientele-btn button:hover:before {
  opacity: 1;
  -webkit-transform: translate(-15px, 10px);
          transform: translate(-15px, 10px);
}

.section-4.testimonial .clientele-btn button:hover:after {
  opacity: 1;
  -webkit-transform: translate(15px, -10px);
          transform: translate(15px, -10px);
}

.section-4.testimonial .title-2 {
  margin: 4rem 0 2rem;
  text-align: center;
}

.section-4.testimonial .title-2 h5 {
  font-family: 'fs-medium', sans-serif;
  margin: 0 auto 10px;
  position: relative;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-4.testimonial .title-2 h5:before {
  border-bottom: 1px solid black;
  bottom: 15px;
  content: '';
  left: -120px;
  position: absolute;
  width: 100px;
}

.section-4.testimonial .title-2 h5:after {
  border-bottom: 1px solid black;
  bottom: 15px;
  content: '';
  position: absolute;
  right: -120px;
  width: 100px;
}

.section-4.testimonial .supporter-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-4.testimonial .supporter-logo li {
  display: inline-block;
  list-style-type: none;
  vertical-align: middle;
}

.section-4.testimonial .supporter-logo li img {
  margin: auto;
  width: 200px;
}

.section-5.booking {
  background-color: black;
  padding: 3.5rem 0;
  position: relative;
}

.section-5.booking .title {
  margin-bottom: 2rem;
  text-align: center;
}

.section-5.booking .title h1 {
  color: #FFC20D;
  font-size: 50px;
  text-transform: uppercase;
}

.section-5.booking .booking-width {
  margin: auto;
  max-width: 80%;
  padding: 0 0 2rem;
  position: relative;
}

.section-5.booking .booking-width:before {
  border-bottom: 1px solid #FFC20D;
  bottom: 0;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 80%;
}

.section-5.booking .booking-width .booking-listing .icon {
  text-align: right;
}

.section-5.booking .booking-width .booking-listing .icon img {
  margin: auto 15px auto auto;
  width: 70px;
}

.section-5.booking .booking-width .booking-listing div h5 {
  color: #FFC20D;
  font-family: 'fs-medium', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.section-5.booking .booking-width .booking-listing div p {
  color: white;
  font-family: 'fs-black', sans-serif;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}

.section-5.booking .booking-width .booking-listing div p a {
  border-bottom: 1px solid white;
  color: white;
  font-family: 'fs-black', sans-serif;
  font-size: 18px;
}

.section-5.booking .booking-width .booking-listing div small {
  color: white;
  font-family: 'fs-black', sans-serif;
  margin: 0;
  text-transform: uppercase;
}

.section-5.booking .booking-width .booking-listing div ul {
  margin: 0;
  padding: 0;
}

.section-5.booking .booking-width .booking-listing div ul li {
  list-style-type: none;
}

.section-5.booking .booking-social-media {
  margin: 2rem 0 0;
  position: relative;
  text-align: center;
}

.section-5.booking .booking-social-media .social-media div {
  display: inline-block;
  vertical-align: middle;
}

.section-5.booking .booking-social-media .social-media div h5 {
  color: white;
  font-size: 28px;
  margin: 0;
  text-transform: uppercase;
}

.section-5.booking .booking-social-media .social-media ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.section-5.booking .booking-social-media .social-media ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.section-5.booking .booking-social-media .social-media ul li a img {
  width: 40px;
}

.section-6.contact .maps {
  position: relative;
}

.section-6.contact .maps iframe {
  height: 650px;
  min-height: 250px;
}

.section-6.contact .maps .contact-form {
  background-color: #EFEFEF;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px #cacaca;
  box-shadow: 0px 0px 5px 0px #cacaca;
  max-width: 30%;
  padding: 15px;
  position: absolute;
  right: 20px;
  top: 3%;
}

.section-6.contact .maps .contact-form h3 {
  font-family: 'fs-black', sans-serif;
  font-size: 34px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.section-6.contact .maps .contact-form form .form-item {
  margin-bottom: 10px;
}

.section-6.contact .maps .contact-form form .form-item label {
  margin: 0;
  width: 100%;
}

.section-6.contact .maps .contact-form form .form-item label p {
  font-family: 'fs-bold', sans-serif;
  margin: 0;
  text-transform: uppercase;
}

.section-6.contact .maps .contact-form form .form-item label input {
  border: 1px solid #333333;
  margin: 0;
}

.section-6.contact .maps .contact-form form .form-item label textarea {
  border: 1px solid #333333;
  margin: 0;
}

.section-6.contact .maps .contact-form form .form-item label label.error {
  color: red;
  font-size: 12px;
}

.section-6.contact .maps .contact-form form .form-item .submit {
  text-align: center;
}

.section-6.contact .maps .contact-form form .form-item .submit input {
  background-color: red;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: white;
  font-family: 'fs-black', sans-serif;
  font-size: 18px;
  margin: auto;
  padding: 10px;
  text-transform: uppercase;
  width: 160px;
}

footer {
  background-color: black;
  padding: 10px 5px 20px;
}

footer div {
  border-top: 1px solid white;
  height: 100%;
  margin: auto;
  max-width: 90%;
  padding: 10px 0 0;
}

footer div p {
  color: white;
  display: inline-block;
  font-family: 'fs-semibold', sans-serif;
  font-size: 14px;
  margin: 0;
  vertical-align: middle;
}

footer div p span {
  text-transform: uppercase;
}

footer div ul {
  float: right;
  margin: 0;
  padding: 0;
}

footer div ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 3px;
  vertical-align: middle;
}

footer div ul li p {
  color: white;
  margin: 0;
}

footer div ul li img {
  width: 30px;
}

.clientele {
  background-color: black;
  border-bottom: 1px solid #FFC20D;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  -webkit-box-shadow: 0px 0px 5px 0px #cccccc;
  box-shadow: 0px 0px 5px 0px #cccccc;
  max-width: 60%;
  outline: none;
  padding: 40px 25px;
  width: 100%;
  top: 10% !important;
}

.clientele .title {
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
}

.clientele .title h5 {
  color: white;
  font-family: 'fs-medium', sans-serif;
  margin: 0 auto 10px;
  position: relative;
  text-transform: uppercase;
  width: 100px;
}

.clientele .title h5:after {
  border-bottom: 1px solid #FFC20D;
  bottom: 15px;
  content: '';
  position: absolute;
  right: -120px;
  width: 100px;
}

.clientele .title h5:before {
  border-bottom: 1px solid #FFC20D;
  bottom: 15px;
  content: '';
  left: -120px;
  position: absolute;
  width: 100px;
}

.clientele .client-logo {
  margin: 0 0 15px;
}

.clientele button img {
  width: 20px;
}

.founder-gallery {
  background-color: black;
  border-bottom: 1px solid #FFC20D;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  -webkit-box-shadow: 0px 0px 5px 0px #cccccc;
  box-shadow: 0px 0px 5px 0px #cccccc;
  max-width: 60%;
  outline: none;
  padding: 40px 25px;
  width: 100%;
  top: 10% !important;
}

.founder-gallery .title {
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
}

.founder-gallery .title h5 {
  color: white;
  font-family: 'fs-medium', sans-serif;
  margin: 0 auto 10px;
  position: relative;
  text-transform: uppercase;
  width: 100px;
}

.founder-gallery .title h5:after {
  border-bottom: 1px solid #FFC20D;
  bottom: 15px;
  content: '';
  position: absolute;
  right: -120px;
  width: 100px;
}

.founder-gallery .title h5:before {
  border-bottom: 1px solid #FFC20D;
  bottom: 15px;
  content: '';
  left: -120px;
  position: absolute;
  width: 100px;
}

.founder-gallery .gallery-items div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  width: 100%;
}

.founder-gallery button img {
  width: 20px;
}

.contactus.success {
  background-color: black;
  border-bottom: 1px solid #FFC20D;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  -webkit-box-shadow: 0px 0px 5px 0px #cccccc;
  box-shadow: 0px 0px 5px 0px #cccccc;
  max-width: 40%;
  outline: none;
  padding: 40px 25px;
  width: 100%;
  top: 10% !important;
}

.contactus.success .title {
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
}

.contactus.success .title img {
  margin: auto auto 1rem;
  width: 80px;
}

.contactus.success .title h5 {
  color: #32bea6;
  font-family: 'fs-black', sans-serif;
  font-size: 40px;
  margin: 0 auto 0;
  position: relative;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contactus.success .title p {
  color: white;
  font-size: 16px;
  margin: 0;
}

.contactus.success .title h6 {
  color: white;
  margin: 0;
}

.contactus.success .title ul li {
  display: inline-block;
  vertical-align: middle;
  color: white;
}

.contactus.success .title ul li a {
  color: #32bea6;
  font-family: 'fs-bold', sans-serif;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}

.contactus.success button img {
  width: 20px;
}

.contactus.fail {
  background-color: black;
  border-bottom: 1px solid #FFC20D;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  -webkit-box-shadow: 0px 0px 5px 0px #cccccc;
  box-shadow: 0px 0px 5px 0px #cccccc;
  max-width: 40%;
  outline: none;
  padding: 40px 25px;
  width: 100%;
  top: 10% !important;
}

.contactus.fail .title {
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
}

.contactus.fail .title img {
  margin: auto auto 1rem;
  width: 80px;
}

.contactus.fail .title h5 {
  color: #e04f5f;
  font-family: 'fs-black', sans-serif;
  font-size: 40px;
  margin: 0 auto 0;
  position: relative;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contactus.fail .title p {
  color: white;
  font-size: 16px;
  margin: 0;
}

.contactus.fail .title h6 {
  color: white;
  margin: 0;
}

.contactus.fail .title ul li {
  display: inline-block;
  vertical-align: middle;
  color: white;
}

.contactus.fail .title ul li a {
  color: #e04f5f;
  font-family: 'fs-bold', sans-serif;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}

.contactus.fail button img {
  width: 20px;
}

#backtotop {
  background-color: #FFC20D;
  border: 1px solid black;
  border-radius: 50px;
  bottom: 20px;
  color: white;
  cursor: pointer;
  display: none;
  font-size: 18px;
  padding: 10px;
  position: fixed;
  right: 30px;
  z-index: 99;
}

#backtotop img {
  -webkit-transform: rotateZ(270deg);
          transform: rotateZ(270deg);
  width: 30px;
}

@media screen and (max-width: 1500px) {
  .section-1.head-slider .header-slider .slider-items div {
    height: 600px;
  }
  .section-2.about .section-2.gallery .gallery-section {
    max-width: 90%;
  }
  .section-2.about .section-2.gallery .gallery-section .gallery-items {
    max-width: 80%;
  }
  .section-2.about .section-2.gallery .gallery-section .owl-nav .owl-prev {
    left: 0;
    z-index: 1;
  }
  .section-2.about .section-2.gallery .gallery-section .owl-nav .owl-next {
    right: 0;
    z-index: 1;
  }
  .section-3.showcase .showcase-gallery .gallery-thumb div {
    height: 450px;
  }
  .section-4.testimonial .user-width {
    max-width: 95%;
  }
  .section-5.booking .booking-width {
    max-width: 90%;
  }
  .section-6.contact .maps .contact-form {
    max-width: 35%;
  }
  .clientele {
    max-width: 80%;
  }
  .founder-gallery {
    max-width: 80%;
  }
  .contactus.success,
  .contactus.fail {
    max-width: 60%;
  }
}

@media screen and (max-width: 1200px) {
  .section-2.about .section-2.gallery .gallery-section {
    max-width: 100%;
  }
  .section-3.showcase .showcase-info h2 {
    font-size: 40px;
  }
  .section-6.contact .maps .contact-form {
    max-width: 40%;
  }
  .founder-gallery {
    max-width: 90%;
  }
}

@media screen and (max-width: 1023px) {
  .resonsive-sticky {
    top: 57.72px;
  }
  .showed {
    display: block !important;
  }
  .hidden {
    display: none !important;
  }
  .top-bar {
    padding: 0;
    position: absolute;
    width: 100%;
  }
  .top-bar .ug-logo {
    display: none;
  }
  .top-bar .ug-menu {
    display: block;
  }
  .top-bar .ug-menu li {
    margin-bottom: 10px;
    padding: 10px 5px;
  }
  .top-bar .ug-menu li a p {
    font-size: 18px;
  }
  .section-2.about .section-2.width {
    max-width: 100%;
    padding: 4rem 0;
  }
  .section-2.about .section-2.width .items-width {
    max-width: 100%;
  }
  .section-2.about .section-2.gallery .gallery-width .gallery-section {
    max-width: 100%;
  }
  .section-2.about .section-2.gallery .gallery-width .gallery-section .gallery-items .gallery-thumb div {
    height: 220px;
  }
  .section-2.about .section-2.gallery .gallery-width .gallery-section .gallery-items .gallery-name p {
    font-size: 14px;
  }
  .section-2.about .section-2.gallery .gallery-width .gallery-section .owl-nav .owl-prev {
    left: 30px;
  }
  .section-2.about .section-2.gallery .gallery-width .gallery-section .owl-nav .owl-next {
    right: 30px;
  }
  .section-3.showcase .showcase-info h2 {
    font-size: 50px;
  }
  .section-3.showcase .showcase-info h2 br {
    display: none;
  }
  .section-4.testimonial .user-width {
    margin: 3rem auto 1rem;
  }
  .section-4.testimonial .user-width .user-list {
    margin-bottom: 3rem;
  }
  .section-4.testimonial .user-width .user-list .user-review {
    max-width: 100%;
  }
  .section-4.testimonial .user-width .user-list .user-review div:before {
    left: 0;
    opacity: 0.4;
    top: -25px;
  }
  .section-4.testimonial .user-width .user-list .user-review div:after {
    bottom: -25px;
    opacity: 0.4;
    right: 0;
  }
  .section-4.testimonial .user-width .user-list .user-review div p {
    font-size: 16px;
  }
  .section-4.testimonial .title-2 {
    margin: 4rem 0 1rem;
  }
  .section-5.booking .booking-width {
    max-width: 100%;
  }
  .section-5.booking .booking-width .booking-listing .icon {
    text-align: left;
  }
  .section-5.booking .booking-width .booking-listing .icon img {
    margin: 0 0 15px;
  }
  .founder-gallery .gallery-items {
    margin-bottom: 10px;
  }
  .contactus.success,
  .contactus.fail {
    max-width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .spacing {
    height: 100px;
  }
  .section-1.head-slider .header-slider .slider-items div {
    height: 500px;
  }
  .section-1.head-slider .header-slider .slider-items .slider-content h1 {
    font-size: 40px;
  }
  .section-1.head-slider .header-slider .slider-items .slider-content h1 span {
    font-size: 50px;
  }
  .section-1.head-slider .header-slider .owl-nav button.owl-next {
    height: 40px;
    width: 40px;
  }
  .section-1.head-slider .header-slider .owl-nav button.owl-next:before {
    height: 20px;
    width: 16px;
  }
  .section-1.head-slider .header-slider .owl-nav button.owl-prev {
    height: 40px;
    width: 40px;
  }
  .section-1.head-slider .header-slider .owl-nav button.owl-prev:before {
    height: 20px;
    width: 16px;
  }
  .section-2.about .section-2.width {
    padding: 0;
  }
  .section-2.about .section-2.width .title img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 220px;
  }
  .section-2.about .section-2.width .about-desc p {
    font-size: 14px;
  }
  .section-2.about .section-2.width .items-width .about-items img {
    width: 200px;
  }
  .section-2.about .section-2.width .items-width .about-items p {
    font-size: 16px;
  }
  .section-2.about .section-2.gallery .gallery-section .gallery-items {
    max-width: 90%;
  }
  .section-2.about .section-2.gallery .gallery-section .owl-nav .owl-prev {
    background-color: #333333 !important;
    border-radius: 0;
    left: 10px;
  }
  .section-2.about .section-2.gallery .gallery-section .owl-nav .owl-prev:before {
    height: 30px;
    left: 5px;
    top: 4.5px;
    width: 30px;
  }
  .section-2.about .section-2.gallery .gallery-section .owl-nav .owl-next {
    background-color: #333333 !important;
    border-radius: 0;
    right: 10px;
  }
  .section-2.about .section-2.gallery .gallery-section .owl-nav .owl-next:before {
    height: 30px;
    right: 5px;
    top: 4.5px;
    width: 30px;
  }
  .section-4.testimonial .title h1 {
    font-size: 40px;
  }
  .section-4.testimonial .user-width .owl-nav .owl-prev {
    height: 40px;
    width: 40px;
  }
  .section-4.testimonial .user-width .owl-nav .owl-prev:before {
    height: 30px;
    width: 30px;
  }
  .section-4.testimonial .user-width .owl-nav .owl-next {
    height: 40px;
    width: 40px;
  }
  .section-4.testimonial .user-width .owl-nav .owl-next:before {
    height: 30px;
    width: 30px;
  }
  .section-5.booking .title h1 {
    font-size: 40px;
  }
  .section-6.contact .maps iframe {
    height: 400px;
  }
  .section-6.contact .maps .contact-form {
    border-radius: 0;
    left: 0%;
    max-width: 100%;
    position: relative;
    right: 0;
    width: 100%;
  }
  .section-6.contact .maps .contact-form h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 639px) {
  .section-1.head-slider .header-slider .slider-items div {
    height: 350px;
  }
  .section-1.head-slider .header-slider .slider-items .slider-content h1 {
    font-size: 30px;
  }
  .section-1.head-slider .header-slider .slider-items .slider-content h1 span {
    font-size: 30px;
  }
  .section-1.head-slider .header-slider .owl-nav button.owl-prev {
    height: 32px;
    left: 20px;
    width: 32px;
  }
  .section-1.head-slider .header-slider .owl-nav button.owl-prev:before {
    left: 7px;
    top: 7px;
  }
  .section-1.head-slider .header-slider .owl-nav button.owl-next {
    height: 32px;
    right: 20px;
    width: 32px;
  }
  .section-1.head-slider .header-slider .owl-nav button.owl-next:before {
    right: 7px;
    top: 7px;
  }
  .section-2.about .section-2.width .title h5 {
    width: 160px;
  }
  .section-2.about .section-2.width .title h5:before {
    bottom: 12px;
  }
  .section-2.about .section-2.width .title h5:after {
    bottom: 12px;
  }
  .section-2.about .section-2.gallery .gallery-width .gallery-section .owl-nav .owl-prev {
    left: 10px;
  }
  .section-2.about .section-2.gallery .gallery-width .gallery-section .owl-nav .owl-next {
    right: 10px;
  }
  .section-3.showcase .showcase-gallery .gallery-thumb div {
    height: 350px;
  }
  .section-3.showcase .showcase-info {
    padding: 35px 15px;
  }
  .section-3.showcase .showcase-info h2 {
    font-size: 40px;
  }
  .section-4.testimonial .title h5:before {
    bottom: 12px;
  }
  .section-4.testimonial .title h5:after {
    bottom: 12px;
  }
  .section-4.testimonial .clientele-btn button {
    font-size: 30px;
  }
  .section-4.testimonial .title-2 {
    margin: 3rem 0 1rem;
  }
  .section-4.testimonial .title-2 h5:before {
    bottom: 12px;
  }
  .section-4.testimonial .title-2 h5:after {
    bottom: 12px;
  }
  .section-4.testimonial .supporter-logo {
    display: block;
    text-align: center;
  }
  .section-4.testimonial .supporter-logo li img {
    width: 140px;
  }
  .section-5.booking .booking-width .booking-listing {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  .section-5.booking .booking-width .booking-listing .icon {
    text-align: center;
  }
  .section-5.booking .booking-width .booking-listing .icon img {
    margin: auto auto 10px;
  }
  .section-5.booking .booking-social-media div.social-media div {
    display: block;
  }
  .section-5.booking .booking-social-media div.social-media div h5 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .section-5.booking .booking-social-media div.social-media ul li a img {
    width: 30px;
  }
  .section-5.booking .booking-social-media ul {
    display: block;
  }
  .section-6.contact .maps iframe {
    height: 300px;
  }
  .clientele {
    height: auto;
    margin: auto;
    max-width: 95%;
    min-height: unset;
    top: 5% !important;
  }
  .founder-gallery {
    height: auto;
    margin: auto;
    max-width: 95%;
    min-height: unset;
    top: 5% !important;
  }
  .contactus.success,
  .contactus.fail {
    height: auto;
    margin: auto;
    max-width: 95%;
    min-height: unset;
  }
  #backtotop img {
    width: 20px;
  }
}

@media screen and (max-width: 500px) {
  .section-1.head-slider .header-slider .slider-items div {
    height: 300px;
    min-height: 300px;
  }
  .founder-gallery .gallery-items div {
    height: 140px;
  }
  .contactus.success .title h5,
  .contactus.fail .title h5 {
    font-size: 30px;
  }
}

@media screen and (max-width: 400px) {
  .title-bar .ug-mobile-logo img {
    width: 160px;
  }
  .top-bar .ug-menu li a p {
    font-size: 16px;
  }
  .section-1.head-slider .header-slider .slider-items div {
    height: 250px;
    min-height: 250px;
  }
  .section-1.head-slider .header-slider .slider-items .slider-content h1 {
    font-size: 24px;
  }
  .section-1.head-slider .header-slider .slider-items .slider-content h1 span {
    font-size: 24px;
  }
  .section-1.head-slider .header-slider .owl-nav button.owl-prev {
    left: 15px;
  }
  .section-1.head-slider .header-slider .owl-nav button.owl-next {
    right: 15px;
  }
  .section-1.head-slider .header-slider .owl-dots {
    bottom: 5px;
  }
  .section-2.about .section-2.gallery .gallery-width .gallery-section .gallery-items h4 {
    font-size: 16px;
  }
  .section-2.about .section-2.gallery .gallery-width .gallery-section .gallery-items .gallery-name p {
    font-size: 12px;
  }
  .section-5.booking .booking-social-media div.social-media div h5 {
    font-size: 20px;
  }
  footer div p {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
  footer div ul {
    float: unset;
    text-align: center;
  }
  footer div ul li.social-title {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */