<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* :: 1.0 Import Fonts */
@import url(../../assets/css/bootstrap.min.css);
@import url(css/owl.carousel.min.css);
@import url(../../assets/css/animate.css);


/* :: 2.0 Import All CSS */
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
}

.button{
  background-color: #fea116 ;
  font-size: 18px;
}

.staybooking-highlight{
background-color: #fea116 ;
}

a {
  color: #fff;
  text-decoration: none;
}

ul{
  padding: 0;
}

p{
  font-size: 17px;
}

/* :: 3.4.0 Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.section-heading .line- {
  width: 90px;
  height: 2px;
  background-color: #fea116;
  display: block;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-size: 48px;
  color: #363636;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 24px;
  }
}

.section-heading p {
  margin-bottom: 0;
}

.section-heading.text-center .line- {
  margin: 0 auto 40px;
}

.section-heading.white h2,
.section-heading.white p {
  color: #ffffff;
}


/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.63);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-fixed {
  background-attachment: fixed !important;
}



/* :: 3.8.0 Palatin Button */
.palatin-btn {
  background-color: #fea116;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 123px;
  height: 53px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 53px;
  text-transform: capitalize;
}

.palatin-btn:hover,
.palatin-btn:focus {
  font-size: 16px;
  background-color: #363636;
  color: #ffffff;
}

.palatin-btn.btn-2 {
  background-color: #363636;
  color: #ffffff;
}

.palatin-btn.btn-2:hover,
.palatin-btn.btn-2:focus {
  font-size: 16px;
  background-color: #fea116;
  color: #ffffff;
}

.palatin-btn.btn-3 {
  background-color: #ffffff;
  color: #fea116;
  border: 2px solid #fea116;
  height: 49px;
  line-height: 48px;
}

.palatin-btn.btn-3:hover,
.palatin-btn.btn-3:focus {
  font-size: 16px;
  background-color: #fea116;
  color: #ffffff;
}


/* :: 5.0 Hero Area CSS */
.hero-slides {
  position: relative;
  z-index: 1;
}

.hero-slides .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 4%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .owl-dots {
    left: 1%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .owl-dots {
    left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slides .owl-dots {
    bottom: 100px;
  }
}

.hero-slides .owl-dots .owl-dot {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  border: 2px solid transparent;
  background-color: transparent;
  display: block;
  padding: 3px 5px;
  color: #ffffff;
  font-size: 14px;
}

.hero-slides .owl-dots .owl-dot.active,
.hero-slides .owl-dots .owl-dot:hover,
.hero-slides .owl-dots .owl-dot:focus {
  color: #ffffff;
  background-color: #1b3f4c;
  border: 2px solid #fea116;
  box-shadow: none;
}

.single-hero-slide {
  width: 100%;
  height: 770px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-slide {
    height: 800px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-slide {
    height: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-slide {
    height: 750px;
  }
}

.single-hero-slide .slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.single-hero-slide .hero-slides-content {
  display: inline-block;
  padding: 60px 50px;
  background-color: rgba(0, 0, 0, 0.63);
  border: 2px solid #fea116;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-slide .hero-slides-content {
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-slide .hero-slides-content {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-slide .hero-slides-content {
    padding: 20px;
  }
}

.single-hero-slide .hero-slides-content .line {
  width: 90px;
  height: 2px;
  background-color: #fea116;
  margin: 0 auto 30px;
}

.single-hero-slide .hero-slides-content h2 {
  position: relative;
  z-index: 1;
  font-size: 72px;
  color: #ffffff;
  margin-bottom: 0;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-slide .hero-slides-content h2 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-slide .hero-slides-content h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-slide .hero-slides-content h2 {
    font-size: 30px;
  }
}

.single-hero-slide .hero-slides-content p {
  font-size: 14px;
  color: #ffffff;
}

.hero-slides .owl-item.active .single-hero-slide .slide-img {
  -webkit-animation: slide 20s linear infinite;
  animation: slide 20s linear infinite;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* :: 6.0 Book Now Area CSS */
.book-now-area {
  position: relative;
  z-index: 100;
  margin-bottom: 15px;
}

.book-now-form {
  position: relative;
  z-index: 1;
  top: -87px;
}

.book-now-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.book-now-form form .form-group,
.book-now-form form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
  height: 174px;
  background-color: #363636;
  border-left: 2px solid #fea116;
  border-top: 2px solid #fea116;
  border-bottom: 2px solid #fea116;
  margin-bottom: 0;
  padding: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .book-now-form form .form-group,
  .book-now-form form button {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {

  .book-now-form form .form-group,
  .book-now-form form button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 100px;
    border-bottom: 0 solid transparent;
    border-right: 2px solid #fea116;
  }
}

.book-now-form form .form-group label {
  color: #fea116;
  display: block;
  font-size: 14px;
  width: 100%;
}

.book-now-form form button {
  border-right: 2px solid #fea116;
  font-size: 16px;
  background-color: #fea116;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  padding: 0;
}

.book-now-form form button:hover,
.book-now-form form button:focus {
  outline: none;
  background-color: #363636;
}

.book-now-form form .form-control:focus {
  box-shadow: none;
}

.book-now-form .nice-select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-size: 14px;
  height: auto;
  line-height: 1;
  padding-left: 0;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  color: #ffffff;
}

.book-now-form .nice-select::after {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  height: 10px;
  margin-top: -4px;
  width: 10px;
}

.book-now-form .nice-select .list {
  background-color: #ffffff;
  border-radius: 0;
  margin-top: 2px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
}

.book-now-form .nice-select .current {
  font-size: 24px;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .book-now-form .nice-select .current {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .book-now-form .nice-select .current {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .book-now-form .nice-select .current {
    font-size: 18px;
  }
}

.book-now-form .nice-select .option {
  font-size: 20px;
  color: #363636;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .book-now-form .nice-select .option {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .book-now-form .nice-select .option {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .book-now-form .nice-select .option {
    font-size: 16px;
  }
}

/* :: 7.0 About Us Area CSS */
.about-thumbnail {
  position: relative;
  z-index: 1;
}

.about-thumbnail.homepage .first-img {
  position: relative;
  width: 50%;
  margin-left: auto;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.about-thumbnail.homepage .second-img {
  position: relative;
  z-index: 1;
  width: 55%;
  margin-top: -50%;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.about-thumbnail.homepage .third-img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 45%;
  margin-top: -30%;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.about-key-text {
  position: relative;
  z-index: 1;
  margin-top: 35px;
}

.about-key-text h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.about-key-text h6 span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  margin-right: 15px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  background-color: #fea116;
  border-radius: 50%;
  line-height: 30px;
  color: #ffffff;
}

/* :: 8.0 Pool Area CSS */
.pool-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 70px 50px;
  border: 2px solid #fea116;
  background-color: rgba(0, 0, 0, 0.63);
}

@media only screen and (max-width: 767px) {
  .pool-content {
    padding: 50px 20px;
  }
}

.pool-content .pool-feature {
  position: relative;
  z-index: 1;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pool-content .pool-feature {
    margin-top: 30px;
  }
}

.pool-content .pool-feature i {
  font-size: 40px;
  color: #fea116;
  margin-bottom: 15px;
  display: block;
}

.pool-content .pool-feature p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}

/* :: 9.0 Rooms Area CSS */
.single-rooms-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 515px;
  margin-bottom: 100px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-rooms-area .bg-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.single-rooms-area .price-from {
  position: absolute;
  z-index: 20;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 15px;
  background-color: #181818;
  border: 2px solid #fea116;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  color: #ffffff;
  font-size: 14px;
}

.single-rooms-area .rooms-text {
  position: absolute;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.63);
  padding: 30px 30px 40px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  border: 2px solid #fea116;
  text-align: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-rooms-area .rooms-text .line {
  width: 90px;
  height: 2px;
  background-color: #fea116;
  display: block;
  margin: 0 auto 20px;
}

.single-rooms-area .rooms-text h4 {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .single-rooms-area .rooms-text h4 {
    font-size: 20px;
  }
}

.single-rooms-area .rooms-text p {
  color: #ffffff;
  margin-bottom: 0;
}

.single-rooms-area .book-room-btn {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50;
}

.single-rooms-area:hover .rooms-text,
.single-rooms-area:focus .rooms-text {
  background-color: #000;
}

.pagination-area {
  position: relative;
  z-index: 1;
  text-align: center;
}

.pagination-area .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-area .pagination .page-item .page-link {
  border: 2px solid transparent;
  background-color: transparent;
  display: block;
  padding: 5px;
  margin-right: 10px;
  color: #181818;
  font-size: 14px;
}

.pagination-area .pagination .page-item .page-link:hover,
.pagination-area .pagination .page-item .page-link:focus {
  color: #ffffff;
  background-color: #616161;
  border: 2px solid #fea116;
  box-shadow: none;
}

.pagination-area .pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-area .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-area .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #616161;
  border: 2px solid #fea116;
}

/* :: 10.0 Services Area CSS */
.services-intro {
  position: relative;
  z-index: 1;
}

.services-intro .single-cool-fact {
  width: 100%;
}

.core-features-area {
  position: relative;
  z-index: 10;
}

.core-features-area .single-core-feature {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 514px;
}

.core-features-area .single-core-feature .bg-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.core-features-area .single-core-feature .feature-content {
  width: 70%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.85);
  border: 2px solid #fea116;
  padding: 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .core-features-area .single-core-feature .feature-content {
    width: 85%;
  }
}

.core-features-area .single-core-feature .feature-content i {
  font-size: 60px;
  color: #fea116;
  margin-bottom: 30px;
  display: block;
}

.core-features-area .single-core-feature .feature-content h3 {
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .core-features-area .single-core-feature .feature-content h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .core-features-area .single-core-feature .feature-content h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .core-features-area .single-core-feature .feature-content h3 {
    font-size: 24px;
  }
}

.core-features-area .single-core-feature .feature-content p {
  margin-bottom: 0;
}

.single-service-area {
  position: relative;
  z-index: 1;
}

.single-service-area i {
  display: block;
  margin-bottom: 30px;
  color: #fea116;
  font-size: 60px;
}

.single-service-area h4 {
  font-size: 30px;
  margin-bottom: 25px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
  .single-service-area h4 {
    font-size: 24px;
  }
}

.single-service-area p {
  margin-bottom: 0;
}

.our-milestones {
  position: relative;
  z-index: 1;
}

.our-milestones .single-cool-fact {
  background-color: rgba(0, 0, 0, 0.63);
}

/* :: 11.0 Our Hotel Area CSS */
.single-hotel-info {
  position: relative;
  z-index: 1;
}

.single-hotel-info .hotel-info-text {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}

.single-hotel-info .hotel-info-text h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
}

.single-hotel-info .hotel-info-text h6 span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  margin-right: 15px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  background-color: #fea116;
  border-radius: 50%;
  line-height: 30px;
  color: #ffffff;
}

/* :: 12.0 Testimonial Area CSS */
.testimonial-content {
  position: relative;
  z-index: 1;
  border: 2px solid #fea116;
  background-color: #ffffff;
  padding: 100px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .testimonial-content {
    padding: 30px;
  }
}

.testimonial-content .single-testimonial {
  position: relative;
  z-index: 1;
  text-align: center;
}

.testimonial-content .single-testimonial p {
  font-size: 16px;
  color: #7d7d7d;
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  .testimonial-content .single-testimonial p {
    font-size: 14px;
  }
}

.testimonial-content .single-testimonial h6 {
  margin-top: 55px;
  margin-bottom: 60px;
}

.testimonial-content .single-testimonial h6 span {
  color: #fea116;
}

@media only screen and (max-width: 767px) {
  .testimonial-content .single-testimonial h6 {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}

.testimonial-content .single-testimonial img {
  width: auto !important;
  margin: 0 auto;
}


/* :: 14.0 Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 475px;
}

@media only screen and (max-width: 767px) {
  .breadcumb-area {
    height: 340px;
  }
}

.breadcumb-area .bradcumbContent {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .breadcumb-area .bradcumbContent {
    margin-top: 0;
  }
}

.breadcumb-area .bradcumbContent h2 {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 0;
  padding: 5px 30px;
  border: 2px solid #fea116;
  background-color: rgba(0, 0, 0, 0.63);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcumb-area .bradcumbContent h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcumb-area .bradcumbContent h2 {
    font-size: 30px;
  }
}

/* :: 15.0 Blog Area CSS */
.single-blog-post {
  position: relative;
  z-index: 10;
}

.single-blog-post .blog-post-thumb {
  position: relative;
  z-index: 1;
}

.single-blog-post .post-content {
  position: relative;
  z-index: 1;
  width: 80%;
  border: 2px solid #fea116;
  padding: 50px 40px 30px;
  left: 10%;
  text-align: center;
  margin-top: -145px;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .single-blog-post .post-content {
    width: 90%;
    left: 5%;
    margin-top: -25px;
    padding: 40px 30px 20px;
  }
}

.single-blog-post .post-content .post-date {
  position: absolute;
  left: 50%;
  top: -26.5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.single-blog-post .post-content .post-title {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}

.single-blog-post .post-content .post-title:hover,
.single-blog-post .post-content .post-title:focus {
  color: #fea116;
}

@media only screen and (max-width: 767px) {
  .single-blog-post .post-content .post-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.single-blog-post .post-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.single-blog-post .post-content .post-meta a {
  font-size: 12px;
  color: #363636;
  position: relative;
  z-index: 2;
}

.single-blog-post .post-content .post-meta a:first-child {
  margin-right: 30px;
}

.single-blog-post .post-content .post-meta a:first-child::after {
  position: absolute;
  top: -2px;
  right: -18px;
  content: '|';
  z-index: 10;
}



/* :: 18.0 Elements Area CSS */
.elements-title h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .elements-title h2 {
    font-size: 24px;
  }
}

.single-icon {
  position: relative;
  z-index: 1;
  padding: 50px 30px;
  border: 2px solid #fea116;
  text-align: center;
}

.single-icon i {
  color: #fea116;
  font-size: 70px;
  display: block;
  margin-bottom: 30px;
}

.single-icon span {
  font-size: 16px;
}

/* :: 18.1.0 Single Cool Facts CSS */
.single-cool-fact {
  position: relative;
  z-index: 1;
  width: 200px;
  padding: 35px 15px;
  border: 2px solid #fea116;
  text-align: center;
  background-color: #363636;
  margin: 0 auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-cool-fact .scf-text i {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  display: block;
  font-size: 70px;
  margin-bottom: 10px;
  color: #fea116;
}

.single-cool-fact .scf-text h2 {
  font-size: 48px;
  margin-bottom: 5px;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-cool-fact .scf-text h2 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-cool-fact .scf-text h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .single-cool-fact .scf-text h2 {
    font-size: 30px;
  }
}

.single-cool-fact .scf-text p {
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1;
}

.single-cool-fact:hover,
.single-cool-fact:focus {
  background-color: #fea116;
}

.single-cool-fact:hover .scf-text i,
.single-cool-fact:focus .scf-text i {
  color: #ffffff;
}

/* :: 18.2.0 Accordians Area CSS */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px;
}

.single-accordion:last-of-type {
  margin-bottom: 0;
}

.single-accordion h6 {
  margin-bottom: 0;
}

.single-accordion h6 a {
  background-color: #fea116;
  border-radius: 0;
  border: 2px solid #fea116;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 20px 70px 20px 30px;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
}

.single-accordion h6 a span {
  background: transparent;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 58px;
  height: 100%;
  color: #ffffff;
  line-height: 58px;
}

.single-accordion h6 a span.accor-open {
  opacity: 0;
}

.single-accordion h6 a.collapsed {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #ffffff;
  color: #7d7d7d;
  border: 2px solid #fea116;
}

.single-accordion h6 a.collapsed span {
  color: #7d7d7d;
}

.single-accordion h6 a.collapsed span.accor-close {
  opacity: 0;
}

.single-accordion h6 a.collapsed span.accor-open {
  opacity: 1;
}

.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
  padding: 30px 15px 5px;
}

.single-accordion .accordion-content p {
  margin-bottom: 0;
}

/* :: 18.3.0 Tabs Area CSS */
.palatin-tabs-content {
  position: relative;
  z-index: 1;
}

.palatin-tabs-content .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}

.palatin-tabs-content .nav-tabs .nav-link {
  background-color: #ffffff;
  border: 2px solid #fea116;
  padding: 0 20px;
  height: 58px;
  line-height: 58px;
  color: #7d7d7d;
  margin: 0 2px;
  border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .palatin-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .palatin-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
    font-size: 12px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .palatin-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
  }
}

.palatin-tabs-content .nav-tabs .nav-link.active {
  background-color: #fea116;
  color: #ffffff;
}

.palatin-tabs-content .palatin-tab-text p {
  margin-bottom: 0;
}

.palatin-tabs-content .tab-content h6 {
  font-size: 18px;
}

/* ====== The End ====== */

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

/*---------------------
  Service Section
-----------------------*/

.services-section .section-title {
  margin-bottom: 36px;
}

.service-item {
  text-align: center;
  padding: 30px 35px 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-item:hover {
  background: #fea116;
}

.services-item i {
  font-size: 60px;
}

.service-item:hover i {
  color: #ffffff;
}

.service-item:hover h4 {
  color: #ffffff;
}

.service-item:hover p {
  color: #ffffff;
}

.service-item i {
  display: inline-block;
  color: #fea116;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 2.5em;
}

.service-item h4 {
  color: #19191a;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-item p {
  color: #707079;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* --------- */

.services {
  width: 100%;
  background: #ededed;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

@media (max-width: 767.98px) {
  .services {
    margin-bottom: 4em;
  }
}

.services .icon {
  line-height: 1.3;
  position: relative;
  width: 100px;
  height: 100px;
  background: #fff;
  margin-bottom: 10px;
  margin-top: -80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px -4px 15px -15px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px -4px 15px -15px rgba(0, 0, 0, 0.42);
  box-shadow: 0px -4px 20px -15px rgba(0, 0, 0, 0.42);
}

.services .icon span {
  font-size: 38px;
  color: #fea116;
}

/* .services .media-body h3 {
  font-size: 20px;
} */

.services:hover {
  background: #fea116;
}

.services:hover .icon {
  -webkit-box-shadow: 0px -4px 15px -12px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px -4px 15px -12px rgba(0, 0, 0, 0.32);
  box-shadow: 0px -4px 15px -12px rgba(0, 0, 0, 0.32);
}

.services:hover .icon span {
  color: #fea116;
}

.services:hover h3 {
  color: #fff;
}



/*=========== Start facilities_area css =============*/
.facilities_area{
  background: linear-gradient(rgba(15, 23, 43, .9), rgba(22, 32, 57, 0.9)), url(img/bg-img/1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.facilities_item{
  border:1px solid #777777;
  border-radius: 10px;
  background-color: rgba(249, 249, 255, 0.102);
  padding: 31px 40px 37px;
  color: #fff;
  margin-bottom: 30px;
  .sec_h4{
      padding-bottom: 18px;
      color: #fff;
      i{
          color: yellow;
          font-size: 24px;
          line-height: 38px;
          display: inline-block;
          vertical-align: bottom;
          padding-right: 20px;
      }
  }
  p{
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0px;
  }
}
/*=========== End facilities_area css =============*/

/*** Technology ***/

.technology-bg {
  background-color: #f6f8df;
  /* height: 50px; */
}

.technology .nav-link {
  background: #f6f8df;
  transition: 0.5s;
  color: #000;

}

.technology .service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.technology .service-item:hover {
  background: #f6f8df;
}

.technology .service-item * {
  transition: 0.5s;
}

.technology .service-item:hover * {
  color: #f6f8df !important;
}

.technology .nav-link.active {
  background: #fea116;
}

.technology .nav-link.active h4 {
  color: #ffffff !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 120px 0 120px 0;
  display: flex;
  align-items: center;
  color:#444444;
  background-color: blue;
  scroll-margin-top: 100px;
  padding: 60px 0px;
  overflow: clip;
}

.hero .hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, #ffffff, transparent 10%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: color-mix(in srgb, #040677, transparent 30%);
}

.hero h1 span {
  color: #040677;
  border-bottom: 4px solid #fea116;
}

.hero p {
  color: color-mix(in srgb, #444444, transparent 30%);
  margin: 1px 0 50px 0;
  font-size: 22px;
  font-weight: 400;
}
/* 
.hero .btn-get-started {
  color: #ffffff;
  background: #fea116;
  font-family: #040677;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover {
  color: #ffffff;
  background: color-mix(in srgb, #fea116, transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
} */

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}

.hero .hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.hero .wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: #fea116;
  opacity: 0.6;
}

.hero .wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill: #fea116;
  opacity: 0.4;
}

.hero .wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: #fea116;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}


.subscribe-section .subscribe-wrapper {
  background-image: url("img/subscribe-bg\ 1.svg");
  padding: 0 78px 0px;
  border-radius: 30px;
  background-repeat:no-repeat;
}

.subscribe-section .subscribe-wrapper .subscribe-form {
  position: relative;
  /* margin-bottom: 15px; */
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
</pre></body></html>